Home | 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 |
|
|||
Inherited from |
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Apr 29 20:37:23 2009 | http://epydoc.sourceforge.net |