Class v.c.a.s.SchedulerMixin:

Part of vmc.contrib.axiom.scheduler View In Hierarchy

Known subclasses: vmc.contrib.axiom.scheduler.Scheduler, vmc.contrib.axiom.scheduler.SubScheduler

No class docstring
Method now Undocumented
Method tick Undocumented
Method schedule Undocumented
Method reschedule Undocumented
Method unscheduleFirst Remove from given item from the schedule.
Method unscheduleAll Undocumented
Method scheduledTimes Return an iterable of the times at which the given item is scheduled to
def now(self):
Undocumented
def _oneTick(self, now):
Undocumented
def _getNextEvent(self, now):
Undocumented
def tick(self):
Undocumented
def schedule(self, runnable, when):
Undocumented
def reschedule(self, runnable, fromWhen, toWhen):
Undocumented
def unscheduleFirst(self, runnable):

Remove from given item from the schedule.

If runnable is scheduled to run multiple times, only the temporally first is removed.
def unscheduleAll(self, runnable):
Undocumented
def scheduledTimes(self, runnable):
Return an iterable of the times at which the given item is scheduled to run.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.