monthdayscalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks
datetime.max The latest representable datetime, datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, tzinfo=None)
class pprint.PrettyPrinter(indent=1, width=80, depth=None, stream=None, *, compact=False) Construct a PrettyPrinter
class datetime.time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None) All arguments are optional. tzinfo may
class array.array(typecode[, initializer]) A new array whose items are restricted by typecode, and initialized from
calendar.day_abbr An array that represents the abbreviated days of the week in the current locale.
time.tzname() If tzinfo is None, returns None, else returns self.tzinfo.tzname(None)
class calendar.LocaleHTMLCalendar(firstweekday=0, locale=None) This subclass of HTMLCalendar can be passed a locale
get(key[, default]) Return the value for key if key is in the underlying mapping, else default. If
class collections.abc.Iterable ABC for classes that provide the __iter__() method. See also the definition of
Page 11 of 32