Package buildbot :: Package util :: Module croniter :: Class croniter
[frames] | no frames]

Class croniter

source code

object --+
         |
        croniter

Instance Methods
 
__init__(self, expr_format, start_time=1353540148.42)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_next(self, ret_type=<type 'float'>) source code
 
get_prev(self, ret_type=<type 'float'>) source code
 
is_leap(self, year) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  RANGES = ((0, 59), (0, 23), (1, 31), (1, 12), (0, 6), (0, 59))
  DAYS = (31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31)
  ALPHACONV = ({}, {}, {}, {'apr': 4, 'aug': 8, 'dec': 12, 'feb'...
  LOWMAP = ({}, {}, {0: 1}, {0: 1}, {7: 0}, {})
  bad_length = 'Exactly 5 or 6 columns has to be specified for i...
Properties

Inherited from object: __class__

Method Details

__init__(self, expr_format, start_time=1353540148.42)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Class Variable Details

ALPHACONV

Value:
({},
 {},
 {},
 {'apr': 4,
  'aug': 8,
  'dec': 12,
  'feb': 2,
  'jan': 1,
...

bad_length

Value:
'Exactly 5 or 6 columns has to be specified for iteratorexpression.'