collections.deque.copy()
  • References/Python/Python/Data Types

copy() Create a shallow copy of the deque. New

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
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
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
datetime.datetime.hour
  • References/Python/Python/Data Types

datetime.hour In range(24).

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.timezone.utc
  • References/Python/Python/Data Types

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

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

pprint.pprint(object, stream=None, indent=1, width=80, depth=None, *, compact=False) Prints the formatted representation of

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

data A real dictionary used to store the contents of the UserDict class.

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