array.tostring() Deprecated alias for tobytes().
yeardatescalendar(year, width=3) Return the data for the specified year ready for formatting. The return value is a list of
Repr.maxarray Limits on the number of entries represented for the named object type. The default is 4 for maxdict
elements() Return an iterator over elements repeating each as many times as its count. Elements are returned in arbitrary order
datetime.timetuple() Return a
date.ctime() Return a string representing the date, for example date(2002, 12, 4).ctime() == 'Wed Dec 4 00:00:00 2002'
bisect.insort_right(a, x, lo=0, hi=len(a)) bisect.insort(a, x, lo=0, hi=len(a)) Similar to insort_left()
PrettyPrinter.isrecursive(object) Determine if the object requires a recursive representation.
bisect.insort_left(a, x, lo=0, hi=len(a)) Insert x in a in sorted order. This is equivalent to a.insert(bisect
classmethod datetime.utcnow() Return the current UTC date and time, with tzinfo None. This is like
Page 23 of 32