calendar.prmonth(theyear, themonth, w=0, l=0) Prints a month’s calendar as returned by month().
pprint.saferepr(object) Return a string representation of object, protected against recursive data structures. If the
class weakref.WeakKeyDictionary([dict]) Mapping class that references keys weakly. Entries in the dictionary will be discarded
datetime.minute In range(60).
PrettyPrinter.pformat(object) Return the formatted representation of object. This takes into account the options passed
formatyearpage(theyear, width=3, css='calendar.css', encoding=None) Return a year’s calendar as a complete HTML page. width
prmonth(theyear, themonth, w=0, l=0) Print a month’s calendar as returned by formatmonth().
types.DynamicClassAttribute(fget=None, fset=None, fdel=None, doc=None) Route attribute access on a class to __getattr__.
types.FunctionType types.LambdaType The type of user-defined functions and functions created by lambda
class calendar.TextCalendar(firstweekday=0) This class can be used to generate plain text calendars.
Page 1 of 32