datetime.time.hour
  • References/Python/Python/Data Types

time.hour In range(24).

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

items() Return a new view of the underlying mapping’s items ((key, value) pairs).

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

class datetime.time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None) All arguments are optional. tzinfo may

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

datetime.max The latest representable datetime, datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, tzinfo=None)

2025-01-10 15:47:30
collections.somenamedtuple.
  • References/Python/Python/Data Types

somenamedtuple._source A string with the pure Python source code used to create the named tuple class. The source makes the

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

datetime.isoformat(sep='T') Return a string representing the date and time in ISO 8601 format, YYYY-MM-DDTHH:MM:SS.mmmmmm or

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

datetime.ctime() Return a string representing the date and time, for example datetime(2002, 12, 4, 20, 30, 40).ctime()

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

datetime.min The earliest representable datetime, datetime(MINYEAR, 1, 1, tzinfo=None).

2025-01-10 15:47:30
collections.defaultdict.
  • References/Python/Python/Data Types

__missing__(key) If the default_factory attribute is None, this raises a

2025-01-10 15:47:30
collections.abc.Awaitable
  • References/Python/Python/Data Types

class collections.abc.Awaitable ABC for awaitable objects, which can be used in await

2025-01-10 15:47:30