Repr.maxarray Limits on the number of entries represented for the named object type. The default is 4 for maxdict
timedelta.resolution The smallest possible difference between non-equal timedelta objects, timedelta(microseconds=1)
class calendar.HTMLCalendar(firstweekday=0) This class can be used to generate HTML calendars.
calendar.weekday(year, month, day) Returns the day of the week (0 is Monday) for year (1970–
calendar.timegm(tuple) An unrelated but handy function that takes a time tuple such as returned by the
class weakref.WeakMethod(method) A custom ref subclass which simulates a weak reference to a bound method (i.e
yeardatescalendar(year, width=3) Return the data for the specified year ready for formatting. The return value is a list of
itermonthdays2(year, month) Return an iterator for the month month in the year year similar to itermonthdates()
array.frombytes(s) Appends items from the string, interpreting the string as an array of machine values (as if it had been read
class collections.OrderedDict([items]) Return an instance of a dict subclass, supporting the usual
Page 24 of 32