Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | acquire |
def | release |
![]() | |
def | __init__ |
def | __init__ |
Definition at line 67 of file threading.py.
def __init__ | ( | self, | |
verbose = None |
|||
) |
Definition at line 69 of file threading.py.
References _RLock.__block, _RLock.__count, _RLock.__owner, and threading._allocate_lock.
def __repr__ | ( | self) |
Definition at line 75 of file threading.py.
References _RLock.__count, and _RLock.__owner.
def acquire | ( | self, | |
blocking = 1 |
|||
) |
Definition at line 81 of file threading.py.
References _RLock.__count, _RLock.__owner, _Verbose._note(), and threading.currentThread().
def release | ( | self) |
Definition at line 99 of file threading.py.
References _RLock.__count, _RLock.__owner, _Verbose._note(), and threading.currentThread().