calendar.Calendar.monthdayscalendar()

monthdayscalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

2016-10-07 17:28:16
datetime.datetime.max

datetime.max The latest representable datetime, datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, tzinfo=None)

2016-10-07 17:30:49
pprint.PrettyPrinter

class pprint.PrettyPrinter(indent=1, width=80, depth=None, stream=None, *, compact=False) Construct a PrettyPrinter

2016-10-07 17:40:55
datetime.time

class datetime.time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None) All arguments are optional. tzinfo may

2016-10-07 17:30:56
array.array

class array.array(typecode[, initializer]) A new array whose items are restricted by typecode, and initialized from

2016-10-07 17:26:14
calendar.day_abbr

calendar.day_abbr An array that represents the abbreviated days of the week in the current locale.

2016-10-07 17:28:16
datetime.time.tzname()

time.tzname() If tzinfo is None, returns None, else returns self.tzinfo.tzname(None)

2016-10-07 17:31:00
calendar.LocaleHTMLCalendar

class calendar.LocaleHTMLCalendar(firstweekday=0, locale=None) This subclass of HTMLCalendar can be passed a locale

2016-10-07 17:28:18
types.MappingProxyType.get()

get(key[, default]) Return the value for key if key is in the underlying mapping, else default. If

2016-10-07 17:45:51
collections.abc.Iterable

class collections.abc.Iterable ABC for classes that provide the __iter__() method. See also the definition of

2016-10-07 17:28:52