collections.ChainMap.maps
  • References/Python/Python/Data Types

maps A user updateable list of mappings. The list is ordered from first-searched to last-searched. It is the only stored state

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

class calendar.TextCalendar(firstweekday=0) This class can be used to generate plain text calendars.

2025-01-10 15:47:30
collections.deque.copy()
  • References/Python/Python/Data Types

copy() Create a shallow copy of the deque. New

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

types.BuiltinFunctionType types.BuiltinMethodType The type of built-in functions like

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

types.DynamicClassAttribute(fget=None, fset=None, fdel=None, doc=None) Route attribute access on a class to __getattr__.

2025-01-10 15:47:30
reprlib.Repr.maxlong
  • References/Python/Python/Data Types

Repr.maxlong Maximum number of characters in the representation for an integer. Digits are dropped from the middle. The default

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

calendar.isleap(year) Returns

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

classmethod datetime.today() Return the current local datetime, with tzinfo None. This is equivalent

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

types.GetSetDescriptorType The type of objects defined in extension modules with PyGetSetDef, such as FrameType

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

calendar.weekheader(n) Return a header containing abbreviated weekday names. n specifies the width in characters for

2025-01-10 15:47:30