types.MemberDescriptorType The type of objects defined in extension modules with PyMemberDef, such as datetime
calendar.day_abbr An array that represents the abbreviated days of the week in the current locale.
calendar.monthcalendar(year, month) Returns a matrix representing a month’s calendar. Each row represents a week; days outside
calendar.prcal(year, w=0, l=0, c=6, m=3) Prints the calendar for an entire year as returned by calendar().
class collections.UserList([list]) Class that simulates a list. The instance’s contents are kept in a regular list, which is
time.minute In range(60).
datetime.toordinal() Return the proleptic Gregorian ordinal of the date. The same as self.date().toordinal().
somenamedtuple._asdict() Return a new OrderedDict which maps field names to their corresponding values:
types.CodeType The type for code objects such as returned by
datetime.tzname() If tzinfo is None, returns None, else returns self.tzinfo.tzname(self)
Page 14 of 32