calendar.Calendar.monthdatescalendar()
  • References/Python/Python/Data Types

monthdatescalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

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

calendar.weekheader(n) Return a header containing abbreviated weekday names. n specifies the width in characters for

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

array.insert(i, x) Insert a new item with value x in the array before position i. Negative values are treated

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

heapq.heappush(heap, item) Push the value item onto the heap, maintaining the heap invariant.

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

tzinfo.utcoffset(dt) Return offset of local time from UTC, in minutes east of UTC. If local time is west of UTC, this should

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

date.timetuple() Return a

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

maps A user updateable list of mappings. The list is ordered from first-searched to last-searched. It is the only stored state

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

class collections.abc.Sequence class collections.abc.MutableSequence class collections.abc.ByteString

2025-01-10 15:47:30