collections.defaultdict
  • References/Python/Python/Data Types

class collections.defaultdict([default_factory[, ...]]) Returns a new dictionary-like object. defaultdict is a

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
collections.abc.MutableSequence
  • References/Python/Python/Data Types

class collections.abc.MutableSequence class collections.abc.ByteString ABCs for read-only and mutable

2025-01-10 15:47:30
collections.deque.reverse()
  • References/Python/Python/Data Types

reverse() Reverse the elements of the deque in-place and then return None.

2025-01-10 15:47:30
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
datetime.timezone.utc
  • References/Python/Python/Data Types

timezone.utc The UTC timezone, timezone(timedelta(0)).

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

datetime.minute In range(60).

2025-01-10 15:47:30
reprlib.Repr.maxdict
  • References/Python/Python/Data Types

Repr.maxdict Repr.maxlist Repr.maxtuple Repr.maxset

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

class collections.UserString([sequence]) Class that simulates a string or a Unicode string object. The instance’s content is

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

pryear(theyear, w=2, l=1, c=6, m=3) Print the calendar for an entire year as returned by formatyear().

2025-01-10 15:47:30