This decorator is provided to mark a method as possibly slow running. More...
Methods defined here: | |
def | __call__ |
def | __init__ |
This decorator is provided to mark a method as possibly slow running.
It can be used like this: ( "what foo is doing" )( foo ) def foo(): ...
def Feedback.feedback.__init__ | ( | args | ) |
__init__(args)
def Feedback.feedback.__call__ | ( | args | ) |
__call__(args)