List of all members.
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
[]
{}
Stop the timer if it hasn't finished yet
Reimplemented from Thread.