| Home | Trees | Index | Help |
|---|
| Package twisted :: Package python :: Module delay :: Class Looping |
|
Steps| Method Summary | |
|---|---|
Looping(ticks,func,delayed) | |
call my function with the given arguments, then reschedule me | |
rebuildUpdate(self,
updater)
| |
Externally stop a looped event from recurring. | |
| Class Variable Summary | |
|---|---|
int |
stopped
|
| Method Details |
|---|
__init__(self,
ticks,
func,
delayed)
|
loop(self, *args, **kw)call my function with the given arguments, then reschedule me |
stop(self)Externally stop a looped event from recurring. |
| Class Variable Details |
|---|
stopped
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:56 2003 | http://epydoc.sf.net |