datetime.resolution The smallest possible difference between non-equal datetime objects, timedelta(microseconds=1)
array.tounicode() Convert the array to a unicode string. The array must be a type 'u' array; otherwise a
class collections.abc.MappingView class collections.abc.ItemsView class collections.abc.KeysView
timedelta.resolution The smallest possible difference between non-equal timedelta objects, timedelta(microseconds=1)
tzinfo.tzname(dt) Return the time zone name corresponding to the datetime object dt, as a string. Nothing
date.__str__() For a date d, str(d) is equivalent to d.isoformat().
elements() Return an iterator over elements repeating each as many times as its count. Elements are returned in arbitrary order
date.isoweekday() Return the day of the week as an integer, where Monday is 1 and Sunday is 7. For example, date(2002
Repr.maxstring Limit on the number of characters in the representation of the string. Note that the “normal” representation
bisect.insort(a, x, lo=0, hi=len(a)) Similar to insort_left(), but inserting x in a after any
Page 27 of 32