array.array.remove()
  • References/Python/Python/Data Types

array.remove(x) Remove the first occurrence of x from the array.

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
weakref.WeakKeyDictionary
  • References/Python/Python/Data Types

class weakref.WeakKeyDictionary([dict]) Mapping class that references keys weakly. Entries in the dictionary will be discarded

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

timezone.utcoffset(dt) Return the fixed value specified when the timezone instance is constructed. The dt

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

class collections.abc.Sequence class collections.abc.MutableSequence class collections.abc.ByteString

2025-01-10 15:47:30