class calendar.LocaleHTMLCalendar(firstweekday=0, locale=None) This subclass of HTMLCalendar can be passed a locale
class array.array(typecode[, initializer]) A new array whose items are restricted by typecode, and initialized from
somenamedtuple._source A string with the pure Python source code used to create the named tuple class. The source makes the
class datetime.time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None) All arguments are optional. tzinfo may
class collections.abc.Awaitable ABC for awaitable objects, which can be used in await
__missing__(key) If the default_factory attribute is None, this raises a
datetime.tzinfo The object passed as the tzinfo argument to the datetime constructor, or None
appendleft(x) Add x to the left side of the deque.
types.MemberDescriptorType The type of objects defined in extension modules with PyMemberDef, such as datetime
calendar.day_abbr An array that represents the abbreviated days of the week in the current locale.
Page 12 of 32