Month

enum spy4cast.stypes.Month(value)

Enumeration for Months.

Useful to use together with Region

Example

>>> Region(-20, 20, -100, -60, Month.DEC, Month.FEB, 1870, 1910)
Member Type:

int

Valid values are as follows:

JAN = <Month.JAN: 1>
FEB = <Month.FEB: 2>
MAR = <Month.MAR: 3>
APR = <Month.APR: 4>
MAY = <Month.MAY: 5>
JUN = <Month.JUN: 6>
JUL = <Month.JUL: 7>
AUG = <Month.AUG: 8>
SEP = <Month.SEP: 9>
OCT = <Month.OCT: 10>
NOV = <Month.NOV: 11>
DEC = <Month.DEC: 12>