calendar.LocaleHTMLCalendar
  • References/Python/Python/Data Types

class calendar.LocaleHTMLCalendar(firstweekday=0, locale=None) This subclass of HTMLCalendar can be passed a locale

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

heapq.nlargest(n, iterable, key=None) Return a list with the n largest elements from the dataset defined by iterable

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

class collections.abc.AsyncIterable ABC for classes that provide __aiter__ method. See also the definition of

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

class array.array(typecode[, initializer]) A new array whose items are restricted by typecode, and initialized from

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

formatmonth(theyear, themonth, w=0, l=0) Return a month’s calendar in a multi-line string. If w is provided, it specifies

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

calendar.calendar(year, w=2, l=1, c=6, m=3) Returns a 3-column calendar for an entire year as a multi-line string using the

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

move_to_end(key, last=True) Move an existing key to either end of an ordered dictionary. The item is moved to the right

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

array.reverse() Reverse the order of the items in the array.

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

@reprlib.recursive_repr(fillvalue="...") Decorator for __repr__() methods to detect recursive calls within the

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

date.day Between 1 and the number of days in the given month of the given year.

2025-01-10 15:47:30