class calendar.LocaleHTMLCalendar(firstweekday=0, locale=None) This subclass of HTMLCalendar can be passed a locale
heapq.nlargest(n, iterable, key=None) Return a list with the n largest elements from the dataset defined by iterable
class collections.abc.AsyncIterable ABC for classes that provide __aiter__ method. See also the definition of
class array.array(typecode[, initializer]) A new array whose items are restricted by typecode, and initialized from
formatmonth(theyear, themonth, w=0, l=0) Return a month’s calendar in a multi-line string. If w is provided, it specifies
calendar.calendar(year, w=2, l=1, c=6, m=3) Returns a 3-column calendar for an entire year as a multi-line string using the
move_to_end(key, last=True) Move an existing key to either end of an ordered dictionary. The item is moved to the right
array.reverse() Reverse the order of the items in the array.
@reprlib.recursive_repr(fillvalue="...") Decorator for __repr__() methods to detect recursive calls within the
date.day Between 1 and the number of days in the given month of the given year.
Page 13 of 32