class documentation

class Month(DateRange): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable first_day Undocumented
Instance Variable month Undocumented
Instance Variable year Undocumented
Property last_day Undocumented

Inherited from DateRange:

Method __repr__ Undocumented
def __init__(self, year, month): (source)

Undocumented

def __str__(self): (source)

Undocumented

first_day = (source)

Undocumented

month = (source)

Undocumented

year = (source)

Undocumented

@property
last_day = (source)

Undocumented