_Semaphore
from direct.stdpy.threading2 import _Semaphore
Inheritance:
_Semaphore
:
_Verbose
_Verbose
:
Methods of _Semaphore:
__exit__
__init__
acquire
release
__exit__
def __exit__(self, t, v, tb)
Undocumented function.
__init__
def __init__(self, value=1, verbose=None)
Undocumented function.
acquire
def acquire(self, blocking=1)
Undocumented function.
release
def release(self)
Undocumented function.