reprlib.Repr.maxset
  • References/Python/Python/Data Types

Repr.maxset Repr.maxfrozenset Repr.maxdeque Repr.maxarray

2025-01-10 15:47:30
weakref.WeakKeyDictionary.keyrefs()
  • References/Python/Python/Data Types

WeakKeyDictionary.keyrefs() Return an iterable of the weak references to the keys.

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

copy.deepcopy(x) Return a deep copy of x.

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

time.second In range(60).

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

calendar.timegm(tuple) An unrelated but handy function that takes a time tuple such as returned by the

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

date.isoformat() Return a string representing the date in ISO 8601 format, ‘YYYY-MM-DD’. For example, date(2002, 12, 4)

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

classmethod somenamedtuple._make(iterable) Class method that makes a new instance from an existing sequence or iterable.

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

heapq.heapify(x) Transform list x into a heap, in-place, in linear time.

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

itermonthdays2(year, month) Return an iterator for the month month in the year year similar to itermonthdates()

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

array.tostring() Deprecated alias for tobytes().

2025-01-10 15:47:30