PrettyPrinter.format(object, context, maxlevels, level) Returns three values: the formatted version of object as a
heapq.nsmallest(n, iterable, key=None) Return a list with the n smallest elements from the dataset defined by iterable
datetime.month Between 1 and 12 inclusive.
datetime.timetz() Return time object with same hour, minute, second, microsecond, and tzinfo attributes. See also
tzinfo.tzname(dt) Return the time zone name corresponding to the datetime object dt, as a string. Nothing
values() Return a new view of the underlying mapping’s values.
class weakref.finalize(obj, func, *args, **kwargs) Return a callable finalizer object which will be called when obj
array.frombytes(s) Appends items from the string, interpreting the string as an array of machine values (as if it had been read
array.typecodes A string with all available type codes.
class collections.abc.MappingView class collections.abc.ItemsView class collections.abc.KeysView
Page 24 of 32