time.min The earliest representable time, time(0, 0, 0, 0).
class collections.abc.AsyncIterator ABC for classes that provide __aiter__ and __anext__ methods.
array.itemsize The length in bytes of one array item in the internal representation.
class weakref.WeakSet([elements]) Set class that keeps weak references to its elements. An element will be discarded when no
date.timetuple() Return a
iterweekdays() Return an iterator for the week day numbers that will be used for one week. The first value from the iterator
datetime.hour In range(24).
types.new_class(name, bases=(), kwds=None, exec_body=None) Creates a class object dynamically using the appropriate metaclass
classmethod datetime.now(tz=None) Return the current local date and time. If optional argument tz is None
types.FrameType The type of frame objects such as found in tb.tb_frame if tb is a traceback object
Page 3 of 32