|
Panda3D
|
### See examples of function intervals in IntervalTest.py ### ### More...
Public Member Functions | |
| def | __init__ |
| def | makeUniqueName |
| def | privInstant |
| def | replaceMethod |
Public Attributes | |
| extraArgs | |
| function | |
| kw | |
Static Public Attributes | |
| int | functionIntervalNum = 1 |
| tuple | FunctionIntervals = weakref.WeakKeyDictionary() |
| tuple | notify = directNotify.newCategory('FunctionInterval') |
### See examples of function intervals in IntervalTest.py ### ###
| def __init__ | ( | self, | |
| function, | |||
| kw | |||
| ) |
__init__(function, name = None, openEnded = 1, extraArgs = [])
Reimplemented in EventInterval, and Func.
| def makeUniqueName | ( | func, | |
suffix = '' |
|||
| ) |
| def privInstant | ( | self | ) |
Reimplemented from Interval.
| def replaceMethod | ( | self, | |
| oldFunction, | |||
| newFunction | |||
| ) |
int functionIntervalNum = 1 [static] |
tuple FunctionIntervals = weakref.WeakKeyDictionary() [static] |
tuple notify = directNotify.newCategory('FunctionInterval') [static] |
Reimplemented from Interval.
1.7.3