Trees | Indices | Help |
|
---|
|
object --+ | _Verbose --+ | Thread --+ | _Timer
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
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:44:18 2008 | http://epydoc.sourceforge.net |