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 enum.IntEnum Base class for creating enumerated constants that are also subclasses of
date.__format__(format) Same as date.strftime(). This makes it possible to specify a format string for a date
time.max The latest representable time, time(23, 59, 59, 999999).
types.BuiltinMethodType The type of built-in functions like
bisect.bisect_left(a, x, lo=0, hi=len(a)) Locate the insertion point for x in a to maintain sorted order.
Repr.maxtuple Repr.maxset Repr.maxfrozenset Repr.maxdeque
reprlib.aRepr This is an instance of Repr which is used to provide the repr() function described below
keys() Return a new view of the underlying mapping’s keys.
Page 30 of 32