Panda3D
|
Classes | |
class | FailedEval |
Public Member Functions | |
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) |
Static Public Attributes | |
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 |
|||
) |
|
static |