calendar.prmonth()
  • References/Python/Python/Data Types

calendar.prmonth(theyear, themonth, w=0, l=0) Prints a month’s calendar as returned by month().

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

maps A user updateable list of mappings. The list is ordered from first-searched to last-searched. It is the only stored state

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

array.buffer_info() Return a tuple (address, length) giving the current memory address and the length in elements

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

class calendar.TextCalendar(firstweekday=0) This class can be used to generate plain text calendars.

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

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

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
pprint.PrettyPrinter.pformat()
  • References/Python/Python/Data Types

PrettyPrinter.pformat(object) Return the formatted representation of object. This takes into account the options passed

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

datetime.astimezone(tz=None) Return a datetime object with new tzinfo attribute tz, adjusting

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