heapq.nlargest(n, iterable, key=None) Return a list with the n largest elements from the dataset defined by iterable
insert(i, x) Insert x into the deque at position i. If the insertion would
class pprint.PrettyPrinter(indent=1, width=80, depth=None, stream=None, *, compact=False) Construct a PrettyPrinter
array.reverse() Reverse the order of the items in the array.
Repr.maxlevel Depth limit on the creation of recursive representations. The default is 6.
items() Return a new view of the underlying mapping’s items ((key, value) pairs).
formatyear(theyear, w=2, l=1, c=6, m=3) Return a m-column calendar for an entire year as a multi-line string. Optional
class collections.abc.Iterable ABC for classes that provide the __iter__() method. See also the definition of
class collections.abc.Callable ABCs for classes that provide respectively the methods __contains__(), __hash__()
tzinfo.dst(dt) Return the daylight saving time (DST) adjustment, in minutes east of UTC, or None if DST information
Page 12 of 32