| Trees | Indices | Help |
|---|
|
|
object --+
|
skytools.scripting.DBScript --+
|
SmartTicker
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
last_tick_event = 0
|
|
last_tick_time = 0
|
|
quiet_count = 0
|
|
tick_count = 0
|
|
maint_thread = None
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Script setup. User class should override work() and optionally __init__(), startup(), reload(), reset() and init_optparse(). NB: in case of daemon, the __init__() and startup()/work() will be run in different processes. So nothing fancy should be done in __init__().
|
|
Will be called just before entering main loop. In case of daemon, if will be called in same process as work(), unlike __init__().
|
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Tue Mar 13 13:26:14 2007 | http://epydoc.sourceforge.net |