Part of twisted.internet.interfaces.IReactorTime View Source
| Parameters | delay | the number of seconds to wait.
(type: float
) |
| callable | the callable object to call later. | |
| args | the arguments to call it with. | |
| kw | the keyword arguments to call it with. | |
| Returns | An object which provides IDelayedCall
and can be used to cancel the scheduled call, by calling its
cancel() method. It also may be rescheduled by calling its
delay() or reset() methods.
| |