t.i.t.deferLater(clock, delay, callable, *args, **kw) : function documentation

Part of twisted.internet.task View Source

Call the given function after a certain period of time has passed.
ParametersclockThe object which will be used to schedule the delayed call. (type: IReactorTime provider )
delayThe number of seconds to wait before calling the function. (type: float or int )
callableThe object to call after the delay.
*argsThe positional arguments to pass to callable.
**kwThe keyword arguments to pass to callable.
ReturnsA deferred that fires with the result of the callable when the specified time has elapsed. (type: defer.Deferred )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:12:41.