> On 8 Jun 2023, at 14.41, Mads Ynddal <m...@ynddal.dk> wrote:
> 
> From: Mads Ynddal <m.ynd...@samsung.com>
> 
> By moving the dynamic argument construction to keyword-arguments,
> we can remove all of the specialized handling, and streamline it.
> If a tracing method wants to access these, they can define the
> kwargs, or ignore it be placing `**kwargs` at the end of the
> function's arguments list.
> 
> Added deprecation warning to Analyzer class to make users aware
> of the Analyzer2 class. No removal date is planned.
> 
> Signed-off-by: Mads Ynddal <m.ynd...@samsung.com>
> ---
> scripts/simpletrace.py | 72 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 72 insertions(+)

I noticed I'm missing Analyzer2 in __all__

Reply via email to