Functor
from direct.showbase.PythonUtil import Functor
Inheritance:
Functor
:
Methods of Functor:
__call__
__init__
__repr__
destroy
__call__
def __call__(self, *args, **kargs)
Undocumented function.
__init__
def __init__(self, function, *args, **kargs)
Undocumented function.
__repr__
def __repr__(self)
Undocumented function.
destroy
def destroy(self)
Undocumented function.