weakref.WeakSet
  • References/Python/Python/Data Types

class weakref.WeakSet([elements]) Set class that keeps weak references to its elements. An element will be discarded when no

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

formatmonth(theyear, themonth, withyear=True) Return a month’s calendar as an HTML table. If withyear is true the year

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
reprlib.Repr.maxdict
  • References/Python/Python/Data Types

Repr.maxdict Repr.maxlist Repr.maxtuple Repr.maxset

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

pprint.saferepr(object) Return a string representation of object, protected against recursive data structures. If the

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

timezone.utcoffset(dt) Return the fixed value specified when the timezone instance is constructed. The dt

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

classmethod datetime.strptime(date_string, format) Return a datetime corresponding to date_string, parsed

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
calendar.Calendar.monthdatescalendar()
  • References/Python/Python/Data Types

monthdatescalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

2025-01-10 15:47:30