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
There are no implemented interfaces.
There are no attributes in this class.
cancel()
Stop the timer if it hasn't finished yet
getName()
isAlive()
isDaemon()
join(timeout=None)
run()
setDaemon(daemonic)
setName(name)
start()
There are no known subclasses.