time.hour In range(24).
items() Return a new view of the underlying mapping’s items ((key, value) pairs).
class datetime.time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None) All arguments are optional. tzinfo may
datetime.max The latest representable datetime, datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, tzinfo=None)
somenamedtuple._source A string with the pure Python source code used to create the named tuple class. The source makes the
datetime.isoformat(sep='T') Return a string representing the date and time in ISO 8601 format, YYYY-MM-DDTHH:MM:SS.mmmmmm or
datetime.ctime() Return a string representing the date and time, for example datetime(2002, 12, 4, 20, 30, 40).ctime()
datetime.min The earliest representable datetime, datetime(MINYEAR, 1, 1, tzinfo=None).
__missing__(key) If the default_factory attribute is None, this raises a
class collections.abc.Awaitable ABC for awaitable objects, which can be used in await
Page 12 of 32