types.TracebackType The type of traceback objects such as found in sys.exc_info()[2].
__call__() If self is alive then mark it as dead and return the result of calling func(*args, **kwargs)
formatmonth(theyear, themonth, withyear=True) Return a month’s calendar as an HTML table. If withyear is true the year
calendar.month(theyear, themonth, w=0, l=0) Returns a month’s calendar in a multi-line string using the formatmonth()
prmonth(theyear, themonth, w=0, l=0) Print a month’s calendar as returned by formatmonth().
formatyearpage(theyear, width=3, css='calendar.css', encoding=None) Return a year’s calendar as a complete HTML page. width
pprint.saferepr(object) Return a string representation of object, protected against recursive data structures. If the
class collections.abc.Container class collections.abc.Hashable class collections.abc.Sized
class weakref.WeakValueDictionary([dict]) Mapping class that references values weakly. Entries in the dictionary will be discarded
date.min The earliest representable date, date(MINYEAR, 1, 1).
Page 2 of 32