An item which objectifies a single line of a crontab and May be
considered to be a cron job object.
|
__init__(self,
line=None,
command='',
meta='')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
parse(self,
line)
Parse a cron line string and save the info as the objects. |
source code
|
|
|
set_slices(self,
o_value=None)
Set the values of this slice set |
source code
|
|
|
is_valid(self)
Return true if this slice set is valid |
source code
|
|
|
render(self)
Render this set slice to a string |
source code
|
|
|
meta(self,
value=None)
Return or set the meta value to replace the set values |
source code
|
|
|
every_reboot(self)
Set to every reboot instead of a time pattern |
source code
|
|
|
clear(self)
Clear the special and set values |
source code
|
|
|
|
|
|
|
dom(self)
Return the day-of-the month slice |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|