types.TracebackType
  • References/Python/Python/Data Types

types.TracebackType The type of traceback objects such as found in sys.exc_info()[2].

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

__call__() If self is alive then mark it as dead and return the result of calling func(*args, **kwargs)

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

calendar.month(theyear, themonth, w=0, l=0) Returns a month’s calendar in a multi-line string using the formatmonth()

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

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

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

formatyearpage(theyear, width=3, css='calendar.css', encoding=None) Return a year’s calendar as a complete HTML page. width

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

class collections.abc.Container class collections.abc.Hashable class collections.abc.Sized

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

class weakref.WeakValueDictionary([dict]) Mapping class that references values weakly. Entries in the dictionary will be discarded

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

date.min The earliest representable date, date(MINYEAR, 1, 1).

2025-01-10 15:47:30