Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | wait |
def | notify |
def | notifyAll |
![]() | |
def | __init__ |
def | __init__ |
Data Fields | |
acquire | |
release | |
Definition at line 138 of file threading.py.
def __init__ | ( | self, | |
lock = None , |
|||
verbose = None |
|||
) |
def __repr__ | ( | self) |
Definition at line 165 of file threading.py.
References _Condition.__lock, and _Condition.__waiters.
def notify | ( | self, | |
n = 1 |
|||
) |
Definition at line 223 of file threading.py.
References _Condition.__waiters, _Condition._is_owned, _Verbose._note(), and threading.currentThread().
def notifyAll | ( | self) |
Definition at line 241 of file threading.py.
References _Condition.__waiters, and _Condition.notify().
def wait | ( | self, | |
timeout = None |
|||
) |
Definition at line 181 of file threading.py.
References _Condition._acquire_restore, threading._allocate_lock, _Condition._is_owned, _Verbose._note(), _Condition._release_save, threading._sleep, threading._time, threading.currentThread(), and sre_parse.min.
acquire |
Definition at line 146 of file threading.py.
release |
Definition at line 147 of file threading.py.