|
__init__(self,
name,
min_v,
max_v,
enum=None,
value=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
value(self,
value=None)
Return the value of the entire slice. |
source code
|
|
|
render(self)
Return the slice rendered as a crontab |
source code
|
|
|
|
|
|
|
every(self,
n_value)
Set the every X units value |
source code
|
|
|
on(self,
*n_value)
Set the on the time value. |
source code
|
|
|
during(self,
value_from,
value_to)
Set the During value, which sets a range |
source code
|
|
|
clear(self)
clear the slice ready for new vaues |
source code
|
|
|
get_range(self,
range_value)
Return a cron range for this slice |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|