Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | acquire |
def | release |
![]() | |
def | __init__ |
def | __init__ |
Definition at line 248 of file threading.py.
def __init__ | ( | self, | |
value = 1 , |
|||
verbose = None |
|||
) |
Definition at line 252 of file threading.py.
References _Semaphore.__cond, _Semaphore.__value, threading.Condition(), and threading.Lock.
def acquire | ( | self, | |
blocking = 1 |
|||
) |
def release | ( | self) |
Definition at line 277 of file threading.py.
References _Semaphore.__value, and _Verbose._note().