datetime.date
  • References/Python/Python/Data Types

class datetime.date(year, month, day) All arguments are required. Arguments may be integers, in the following ranges:

2025-01-10 15:47:30
enum.Enum
  • References/Python/Python/Data Types

class enum.Enum Base class for creating enumerated constants. See section Functional API for an alternate construction syntax

2025-01-10 15:47:30
enum.IntEnum
  • References/Python/Python/Data Types

class enum.IntEnum Base class for creating enumerated constants that are also subclasses of

2025-01-10 15:47:30
datetime.date.
  • References/Python/Python/Data Types

date.__format__(format) Same as date.strftime(). This makes it possible to specify a format string for a date

2025-01-10 15:47:30
datetime.time.max
  • References/Python/Python/Data Types

time.max The latest representable time, time(23, 59, 59, 999999).

2025-01-10 15:47:30
types.BuiltinMethodType
  • References/Python/Python/Data Types

types.BuiltinMethodType The type of built-in functions like

2025-01-10 15:47:30
bisect.bisect_left()
  • References/Python/Python/Data Types

bisect.bisect_left(a, x, lo=0, hi=len(a)) Locate the insertion point for x in a to maintain sorted order.

2025-01-10 15:47:30
reprlib.Repr.maxtuple
  • References/Python/Python/Data Types

Repr.maxtuple Repr.maxset Repr.maxfrozenset Repr.maxdeque

2025-01-10 15:47:30
reprlib.aRepr
  • References/Python/Python/Data Types

reprlib.aRepr This is an instance of Repr which is used to provide the repr() function described below

2025-01-10 15:47:30
types.MappingProxyType.keys()
  • References/Python/Python/Data Types

keys() Return a new view of the underlying mapping’s keys.

2025-01-10 15:47:30