class weakref.WeakSet([elements]) Set class that keeps weak references to its elements. An element will be discarded when no
formatmonth(theyear, themonth, withyear=True) Return a month’s calendar as an HTML table. If withyear is true the year
types.FrameType The type of frame objects such as found in tb.tb_frame if tb is a traceback object
Repr.maxdict Repr.maxlist Repr.maxtuple Repr.maxset
pprint.saferepr(object) Return a string representation of object, protected against recursive data structures. If the
PrettyPrinter.pformat(object) Return the formatted representation of object. This takes into account the options passed
timezone.utcoffset(dt) Return the fixed value specified when the timezone instance is constructed. The dt
classmethod datetime.strptime(date_string, format) Return a datetime corresponding to date_string, parsed
datetime.day Between 1 and the number of days in the given month of the given year.
monthdatescalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks
Page 3 of 32