Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | start |
def | run |
def | join |
def | getName |
def | setName |
def | isAlive |
def | isDaemon |
def | setDaemon |
![]() | |
def | __init__ |
def | __init__ |
Definition at line 349 of file threading.py.
def __init__ | ( | self, | |
group = None , |
|||
target = None , |
|||
name = None , |
|||
args = () , |
|||
kwargs = {} , |
|||
verbose = None |
|||
) |
Definition at line 354 of file threading.py.
References Thread.__args, _RLock.__block, Thread.__block, Thread.__daemonic, Thread.__initialized, Thread.__kwargs, Symbol.__name, _Printer.__name, Thread.__name, Thread.__started, Thread.__stopped, Thread.__target, Thread._set_daemon(), threading.Condition(), threading.currentThread(), Thread.isDaemon(), threading.Lock, and locale.str().
def __repr__ | ( | self) |
Definition at line 371 of file threading.py.
References Thread.__daemonic, Thread.__initialized, Symbol.__name, _Printer.__name, Thread.__name, Thread.__started, and Thread.__stopped.
def getName | ( | self) |
Definition at line 467 of file threading.py.
References Thread.__initialized, Symbol.__name, _Printer.__name, and Thread.__name.
def isAlive | ( | self) |
Definition at line 475 of file threading.py.
References Thread.__initialized, Thread.__started, and Thread.__stopped.
def isDaemon | ( | self) |
Definition at line 479 of file threading.py.
References Thread.__daemonic, and Thread.__initialized.
def join | ( | self, | |
timeout = None |
|||
) |
Definition at line 440 of file threading.py.
References Thread.__initialized, Thread.__started, Thread.__stopped, _Verbose._note(), threading._time, and threading.currentThread().
def run | ( | self) |
Definition at line 394 of file threading.py.
References Thread.__args, Thread.__delete(), Thread.__kwargs, Thread.__started, Thread.__stop(), Thread.__stopped, Thread.__target, threading._get_ident, _Verbose._note(), threading._print_exc, threading._StringIO, Thread.getName(), scheduler.run(), Bdb.run(), Thread.run(), Profile.run(), and ModuleScanner.run().
def setDaemon | ( | self, | |
daemonic | |||
) |
Definition at line 483 of file threading.py.
References Thread.__daemonic, Thread.__initialized, and Thread.__started.
def setName | ( | self, | |
name | |||
) |
Definition at line 471 of file threading.py.
References Thread.__initialized, Symbol.__name, _Printer.__name, Thread.__name, and locale.str().
def start | ( | self) |
Definition at line 382 of file threading.py.
References Thread.__bootstrap(), Thread.__initialized, Thread.__started, _Verbose._note(), threading._sleep, and threading._start_new_thread.