Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | isSet |
def | set |
def | clear |
def | wait |
![]() | |
def | __init__ |
def | __init__ |
Definition at line 305 of file threading.py.
def __init__ | ( | self, | |
verbose = None |
|||
) |
Definition at line 309 of file threading.py.
References _Semaphore.__cond, _Event.__cond, _Event.__flag, threading.Condition(), and threading.Lock.
def clear | ( | self) |
Definition at line 323 of file threading.py.
References _Event.__flag.
def isSet | ( | self) |
Definition at line 314 of file threading.py.
References _Event.__flag.
def set | ( | self) |
Definition at line 317 of file threading.py.
References _Event.__flag.
def wait | ( | self, | |
timeout = None |
|||
) |
Definition at line 328 of file threading.py.
References _Event.__flag.