@reprlib.recursive_repr(fillvalue="...") Decorator for __repr__() methods to detect recursive calls within the
date.day Between 1 and the number of days in the given month of the given year.
class calendar.LocaleTextCalendar(firstweekday=0, locale=None) This subclass of TextCalendar can be passed a locale
calendar.setfirstweekday(weekday) Sets the weekday (0 is Monday, 6 is Sunday) to start each week.
exception copy.error Raised for module specific errors.
appendleft(x) Add x to the left side of the deque.
date.resolution The smallest possible difference between non-equal date objects, timedelta(days=1).
array.index(x) Return the smallest i such that i is the index of the first occurrence of x in the
class types.MappingProxyType(mapping) Read-only proxy of a mapping. It provides a dynamic view on the mapping’s entries, which
insert(i, x) Insert x into the deque at position i. If the insertion would
Page 8 of 32