Panda3D
|
Public Member Functions | |
__init__ (self, lock=None, verbose=None) | |
__enter__ (self) | |
__exit__ (self, *args) | |
__repr__ (self) | |
notify (self, n=1) | |
notifyAll (self) | |
wait (self, timeout=None) | |
Public Attributes | |
acquire | |
release | |
Protected Member Functions | |
_acquire_restore (self, x) | |
_is_owned (self) | |
_release_save (self) | |
![]() | |
_note (self, *args) | |
_note (self, format, *args) | |
Protected Attributes | |
_acquire_restore | |
_is_owned | |
_release_save | |
__init__ | ( | self, | |
lock = None, | |||
verbose = None ) |
Reimplemented from _Verbose.
__enter__ | ( | self | ) |
__exit__ | ( | self, | |
* | args ) |
__repr__ | ( | self | ) |
|
protected |
|
protected |
|
protected |
notify | ( | self, | |
n = 1 ) |
notifyAll | ( | self | ) |
wait | ( | self, | |
timeout = None ) |
|
protected |
|
protected |
|
protected |
acquire |
release |