Call a function later.

Parametersdelaythe number of seconds to wait. (type: float)
callablethe callable object to call later.
argsthe arguments to call it with.
kwthe keyword arguments to call it with.
ReturnsAn 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.
API Documentation for Twisted, generated by pydoctor at 2018-07-14 04:53:34.