class documentation

class Expensify(Function):

View In Hierarchy

Add waiting time to each evaluation, to simulate "expensive" behavior

Method __call__ Undocumented
Method __init__ add time in seconds
Instance Variable callable Undocumented
Instance Variable time Undocumented

Inherited from Function:

Method initialize initialization of Function
Instance Variable evaluations Undocumented
Instance Variable ftarget Undocumented
Instance Variable target_hit_at Undocumented
Property function_names_to_evaluate_first_found attributes which are searched for to be called if no function was given to __init__.
Class Variable _function_names_to_evaluate_first_found Undocumented
Instance Variable __callable Undocumented
Instance Variable __initialized Undocumented
def __call__(self, *args, **kwargs):
def __init__(self, callable_, time=1):

add time in seconds

callable =

Undocumented

time =

Undocumented