|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | __call__ |
| def | add |
| def | clear |
| def | remove |
manage a set of prioritized callbacks, and allow them to be invoked in order of priority
| def __init__ | ( | self | ) |
| def __call__ | ( | self | ) |
| def add | ( | self, | |
| callback, | |||
priority = None |
|||
| ) |
| def clear | ( | self | ) |
| def remove | ( | self, | |
| item | |||
| ) |
1.7.3