| Trees | Indices | Help |
|---|
|
|
object --+
|
LoopingCall
Call a function repeatedly.
If f returns a deferred, rescheduling will not take place
until the deferred has fired. The result value is ignored.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
call = Nonehash(x) |
|||
deferred = Nonehash(x) |
|||
interval = Nonehash(x) |
|||
running = False
|
|||
starttime = Nonehash(x) |
|||
|
|||
float
|
_lastTime = 0.0The time at which this instance most recently scheduled itself to run. |
||
|
a A tuple of arguments to pass the function. |
|||
|
clock A provider of twisted.internet.interfaces.IReactorTime.
|
|||
|
f The function to call. |
|||
|
kw A dictionary of keyword arguments to pass to the function. |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
Start running function every interval seconds.
|
|
|||
clockA provider oftwisted.internet.interfaces.IReactorTime. The
default is twisted.internet.reactor. Feel free
to set this to something else, but it probably ought to be set *before*
calling start.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Nov 15 09:17:36 2009 | http://epydoc.sourceforge.net |