Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | cancel |
def | run |
![]() | |
def | __init__ |
def | __repr__ |
def | start |
def | run |
def | join |
def | getName |
def | setName |
def | isAlive |
def | isDaemon |
def | setDaemon |
![]() | |
def | __init__ |
def | __init__ |
Data Fields | |
interval | |
function | |
args | |
kwargs | |
finished | |
Call a function after a specified number of seconds: t = Timer(30.0, f, args=[], kwargs={}) t.start() t.cancel() # stop the timer's action if it's still waiting
Definition at line 493 of file threading.py.
def __init__ | ( | self, | |
interval, | |||
function, | |||
args = [] , |
|||
kwargs = {} |
|||
) |
def cancel | ( | self) |
Stop the timer if it hasn't finished yet
Definition at line 509 of file threading.py.
def run | ( | self) |
Definition at line 513 of file threading.py.
References SMTPResponseException.args, SMTPSenderRefused.args, SMTPRecipientsRefused.args, _Timer.args, _Timer.function, _Timer.interval, and _Timer.kwargs.
args |
Definition at line 505 of file threading.py.
finished |
Definition at line 507 of file threading.py.
function |
Definition at line 504 of file threading.py.
interval |
Definition at line 503 of file threading.py.
kwargs |
Definition at line 506 of file threading.py.