Panda3D
|
Public Member Functions | |
def | __init__ |
def | __exit__ |
def | acquire |
This class provides a wrapper around Panda's ReMutex object. The wrapper is designed to emulate Python's own threading.RLock object.
def __init__ | ( | self, | |
name = "PythonRLock" |
|||
) |
def __exit__ | ( | self, | |
t, | |||
v, | |||
tb | |||
) |
def acquire | ( | self, | |
blocking = True |
|||
) |