| Home | Trees | Index | Help |
|---|
| Package twisted :: Package python :: Module delay :: Class Time |
|
| Method Summary | |
|---|---|
__init__(self)
| |
Save state by storing all callback timeouts as differences from the current time. | |
__repr__(self)
| |
runEverything(self)
| |
Run an event a specified number of seconds later. | |
IDelayed.runUntilCurrent | |
IDelayed.timeout | |
| Class Variable Summary | |
|---|---|
class |
IDelayed
|
| Method Details |
|---|
__getstate__(self)Save state by storing all callback timeouts as differences from the current time. |
runLater(self, seconds, func, *args, **kw)Run an event a specified number of seconds later. |
runUntilCurrent(self)IDelayed.runUntilCurrent |
timeout(self)IDelayed.timeout |
| Class Variable Details |
|---|
IDelayedIDelayed = twisted.python.delay.IDelayed
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:36 2003 | http://epydoc.sf.net |