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