Class v.c.e.h.d.DelayedCall(styles.Ephemeral):

Part of vmc.contrib.epsilon.hotfixes.delayedcall_seconds View In Hierarchy

Implements interfaces: twisted.internet.interfaces.IDelayedCall

No class docstring
Method __init__ Undocumented
Method getTime Return the time at which this call will fire
Method cancel Unschedule this call
Method reset Reschedule this call for a different time
Method delay Reschedule this call for a later time
Method activate_delay Undocumented
Method active Determine whether this call is still pending
Method __le__ Undocumented
Method __str__ Undocumented
def __init__(self, time, func, args, kw, cancel, reset, seconds=None):
Undocumented
def getTime(self):
Return the time at which this call will fire
ReturnsThe number of seconds after the epoch at which this call is scheduled to be made. (type: float )
def cancel(self):
Unschedule this call
RaisesAlreadyCancelledRaised if this call has already been unscheduled.
AlreadyCalledRaised if this call has already been made.
def reset(self, secondsFromNow):
Reschedule this call for a different time
ParameterssecondsFromNowThe number of seconds from the time of the reset call at which this call will be scheduled. (type: float )
RaisesAlreadyCancelledRaised if this call has been cancelled.
AlreadyCalledRaised if this call has already been made.
def delay(self, secondsLater):
Reschedule this call for a later time
ParameterssecondsLaterThe number of seconds after the originally scheduled time for which to reschedule this call. (type: float )
RaisesAlreadyCancelledRaised if this call has been cancelled.
AlreadyCalledRaised if this call has already been made.
def activate_delay(self):
Undocumented
def active(self):
Determine whether this call is still pending
ReturnsTrue if this call has not yet been made or cancelled, False otherwise. (type: bool )
def __le__(self, other):
Undocumented
def __str__(self):
Undocumented
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.