Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractJob --+ | TimedJob
A job that's run roughly daily at some wallclock (UTC) times.
times is a list of (day-of-month, day-of-week, hour, minute) tuples. day-of-month and/or day-of-week are 1-based and may be None (if both are non-none, day-of-week wins).
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
returns the UTC unix epoch seconds when this job is next supposed to run, starting from curTime.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |