stalker.models.schedulers.SchedulerBase¶
-
class
stalker.models.schedulers.
SchedulerBase
(studio=None)[source]¶ Bases:
object
This is the base class for schedulers.
All the schedulers should be derived from this class.
Methods
__init__
([studio])schedule
()the main scheduling function should be implemented in the Attributes
studio
studio getter -
studio
¶ studio getter
-