reprlib.repr(obj) This is the repr() method of aRepr. It returns a string similar to that returned
bisect.bisect_right(a, x, lo=0, hi=len(a)) bisect.bisect(a, x, lo=0, hi=len(a)) Similar to bisect_left()
time.minute In range(60).
date.month Between 1 and 12 inclusive.
time.__format__(format) Same as time.strftime(). This makes it possible to specify a format string for a time
datetime.toordinal() Return the proleptic Gregorian ordinal of the date. The same as self.date().toordinal().
Repr.maxfrozenset Repr.maxdeque Repr.maxarray Limits on the number
datetime.tzname() If tzinfo is None, returns None, else returns self.tzinfo.tzname(self)
remove(value) Remove the first occurrence of value. If not found, raises a
datetime.__str__() For a datetime instance d, str(d) is equivalent to d.isoformat('
Page 15 of 32