datetime.year Between MINYEAR and MAXYEAR inclusive.
Repr.maxdeque Repr.maxarray Limits on the number of entries represented for the named object type. The default is
reprlib.aRepr This is an instance of Repr which is used to provide the repr() function described below
bisect.bisect_left(a, x, lo=0, hi=len(a)) Locate the insertion point for x in a to maintain sorted order.
bisect.insort(a, x, lo=0, hi=len(a)) Similar to insort_left(), but inserting x in a after any
class datetime.date(year, month, day) All arguments are required. Arguments may be integers, in the following ranges:
class enum.Enum Base class for creating enumerated constants. See section Functional API for an alternate construction syntax
class datetime.timedelta(days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0) All arguments are optional
Page 32 of 32