Skip to content

Decorator on method in class should be called #11

@kephircheek

Description

@kephircheek

Native usability is a

class MyClass:
    @timeti.profiler
    def my_method(self, a):
        return a

But it does not work. If I call profiler, it works:

class MyClass:
    @timeti.profiler()
    def my_method(self, a):
        return a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions