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
types.FrameType
  • References/Python/Python/Data Types

types.FrameType The type of frame objects such as found in tb.tb_frame if tb is a traceback object

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

formatyear(theyear, width=3) Return a year’s calendar as an HTML table. width (defaulting to 3) specifies the number

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
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
types.MethodType
  • References/Python/Python/Data Types

types.MethodType The type of methods of user-defined class instances.

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

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

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
weakref.finalize.alive
  • References/Python/Python/Data Types

alive Property which is true if the finalizer is alive, false otherwise.

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