Functor
Inheritance:
Functor
:
Methods of Functor:
__call__
__init__
__call__
def __call__(self, *args, **kargs)
call function
__init__
def __init__(self, function, *args, **kargs)
Undocumented function.