types.MemberDescriptorType
  • References/Python/Python/Data Types

types.MemberDescriptorType The type of objects defined in extension modules with PyMemberDef, such as datetime

2025-01-10 15:47:30
calendar.monthrange()
  • References/Python/Python/Data Types

calendar.monthrange(year, month) Returns weekday of first day of the month and number of days in month, for the specified year

2025-01-10 15:47:30
datetime.datetime.max
  • References/Python/Python/Data Types

datetime.max The latest representable datetime, datetime(MAXYEAR, 12, 31, 23, 59, 59, 999999, tzinfo=None)

2025-01-10 15:47:30
types.MappingProxyType
  • References/Python/Python/Data Types

class types.MappingProxyType(mapping) Read-only proxy of a mapping. It provides a dynamic view on the mapping’s entries, which

2025-01-10 15:47:30
collections.abc.Iterator
  • References/Python/Python/Data Types

class collections.abc.Iterator ABC for classes that provide the

2025-01-10 15:47:30
copy.error
  • References/Python/Python/Data Types

exception copy.error Raised for module specific errors.

2025-01-10 15:47:30
datetime.date.resolution
  • References/Python/Python/Data Types

date.resolution The smallest possible difference between non-equal date objects, timedelta(days=1).

2025-01-10 15:47:30
reprlib.recursive_repr()
  • References/Python/Python/Data Types

@reprlib.recursive_repr(fillvalue="...") Decorator for __repr__() methods to detect recursive calls within the

2025-01-10 15:47:30
datetime.date.day
  • References/Python/Python/Data Types

date.day Between 1 and the number of days in the given month of the given year.

2025-01-10 15:47:30
array.array.byteswap()
  • References/Python/Python/Data Types

array.byteswap() “Byteswap” all items of the array. This is only supported for values which are 1, 2, 4, or 8 bytes in size;

2025-01-10 15:47:30