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

time.min The earliest representable time, time(0, 0, 0, 0).

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

class collections.abc.AsyncIterator ABC for classes that provide __aiter__ and __anext__ methods.

2025-01-10 15:47:30
array.array.itemsize
  • References/Python/Python/Data Types

array.itemsize The length in bytes of one array item in the internal representation.

2025-01-10 15:47:30
weakref.WeakSet
  • References/Python/Python/Data Types

class weakref.WeakSet([elements]) Set class that keeps weak references to its elements. An element will be discarded when no

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

date.timetuple() Return a

2025-01-10 15:47:30
calendar.Calendar.iterweekdays()
  • References/Python/Python/Data Types

iterweekdays() Return an iterator for the week day numbers that will be used for one week. The first value from the iterator

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

datetime.hour In range(24).

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

types.new_class(name, bases=(), kwds=None, exec_body=None) Creates a class object dynamically using the appropriate metaclass

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

classmethod datetime.now(tz=None) Return the current local date and time. If optional argument tz is None

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

types.FrameType The type of frame objects such as found in tb.tb_frame if tb is a traceback object

2025-01-10 15:47:30