|
Panda3D
|
Classes | |
| class | FailedEval |
Public Member Functions | |
| def | __init__ |
| def | __repr__ |
| def | destroy |
| def | getContainerGen |
| def | getEvalStrGen |
| def | getFinalIndirectionStr |
| def | getNumIndirections |
| def | goesThrough |
| def | goesThroughGen |
Static Public Attributes | |
| tuple | notify = directNotify.newCategory("ObjectRef") |
stores a reference to a container in a way that does not prevent garbage collection of the container if possible stored as a series of 'indirections' (obj.foo -> '.foo', dict[key] -> '[key]', etc.)
| def __init__ | ( | self, | |
| indirection, | |||
| objId, | |||
other = None |
|||
| ) |
| def __repr__ | ( | self | ) |
| def destroy | ( | self | ) |
| def getContainerGen | ( | self, | |
getInstance = False |
|||
| ) |
| def getEvalStrGen | ( | self, | |
getInstance = False |
|||
| ) |
| def getFinalIndirectionStr | ( | self | ) |
| def getNumIndirections | ( | self | ) |
| def goesThrough | ( | self, | |
obj = None, |
|||
objId = None |
|||
| ) |
| def goesThroughGen | ( | self, | |
obj = None, |
|||
objId = None |
|||
| ) |
tuple notify = directNotify.newCategory("ObjectRef") [static] |
1.7.3