somenamedtuple._replace(kwargs) Return a new instance of the named tuple replacing specified fields with new values:
PrettyPrinter.isrecursive(object) Determine if the object requires a recursive representation.
PrettyPrinter.format(object, context, maxlevels, level) Returns three values: the formatted version of object as a
weakref.getweakrefcount(object) Return the number of weak references and proxies which refer to object.
datetime.timestamp() Return POSIX timestamp corresponding to the datetime instance. The return value is a
bisect.insort_right(a, x, lo=0, hi=len(a)) bisect.insort(a, x, lo=0, hi=len(a)) Similar to insort_left()
date.toordinal() Return the proleptic Gregorian ordinal of the date, where January 1 of year 1 has ordinal 1. For any date
datetime.timetz() Return time object with same hour, minute, second, microsecond, and tzinfo attributes. See also
class collections.abc.Coroutine ABC for coroutine compatible classes. These implement the following methods, defined in Coroutine
array.fromstring() Deprecated alias for frombytes().
Page 21 of 32