DelayedFunctor
from direct.showbase.PythonUtil import DelayedFunctor
Inheritance:
DelayedFunctor
:
Methods of DelayedFunctor:
__call__
__init__
_callFunctor
__call__
def __call__(self, *args, **kwArgs)
Undocumented function.
__init__
def __init__(self, functor, name=None, delay=None)
Undocumented function.
_callFunctor
def _callFunctor(self)
Undocumented function.