datetime.date.isocalendar()
  • References/Python/Python/Data Types

date.isocalendar() Return a 3-tuple, (ISO year, ISO week number, ISO weekday). The ISO calendar

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

class collections.abc.Container class collections.abc.Hashable class collections.abc.Sized

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
calendar.isleap()
  • References/Python/Python/Data Types

calendar.isleap(year) Returns

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
calendar.month()
  • References/Python/Python/Data Types

calendar.month(theyear, themonth, w=0, l=0) Returns a month’s calendar in a multi-line string using the formatmonth()

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
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
datetime.time.isoformat()
  • References/Python/Python/Data Types

time.isoformat() Return a string representing the time in ISO 8601 format, HH:MM:SS.mmmmmm or, if self.microsecond is 0, HH:MM:SS

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

date.min The earliest representable date, date(MINYEAR, 1, 1).

2025-01-10 15:47:30