types.MemberDescriptorType The type of objects defined in extension modules with PyMemberDef, such as datetime
calendar.monthrange(year, month) Returns weekday of first day of the month and number of days in month, for the specified year
datetime.max The latest representable datetime, datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, tzinfo=None)
class types.MappingProxyType(mapping) Read-only proxy of a mapping. It provides a dynamic view on the mapping’s entries, which
class collections.abc.Iterator ABC for classes that provide the
exception copy.error Raised for module specific errors.
date.resolution The smallest possible difference between non-equal date objects, timedelta(days=1).
@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.
array.byteswap() “Byteswap” all items of the array. This is only supported for values which are 1, 2, 4, or 8 bytes in size;
Page 8 of 32