stalker.models.schedulers.SchedulerBase

Inheritance diagram of stalker.models.schedulers.SchedulerBase
class stalker.models.schedulers.SchedulerBase(studio=None)

Bases: object

This is the base class for schedulers.

All the schedulers should be derived from this class.

__init__(studio=None)

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__([studio]) x.__init__(…) initializes x; see help(type(x)) for signature
schedule() the main scheduling function should be implemented in the derivatives

Attributes

studio studio getter
schedule()

the main scheduling function should be implemented in the derivatives

studio

studio getter