Functor

Inheritance:

Methods of Functor:

__call__
def __call__(self, *args, **kargs)

call function

__init__
def __init__(self, function, *args, **kargs)

Undocumented function.