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 = None
|
|||
deferred = None
|
|||
interval = None
|
|||
running = False
|
|||
starttime = None
|
|
|||
float
|
_lastTime = 0.0 The 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 Thu Aug 7 15:02:41 2008 | http://epydoc.sourceforge.net |