types.MappingProxyType.copy()
  • References/Python/Python/Data Types

copy() Return a shallow copy of the underlying mapping.

2025-01-10 15:47:30
weakref.CallableProxyType
  • References/Python/Python/Data Types

weakref.CallableProxyType The type object for proxies of callable objects.

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

datetime.second In range(60).

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

class collections.abc.Sized class collections.abc.Callable ABCs for classes that provide respectively the methods

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

bisect.insort_left(a, x, lo=0, hi=len(a)) Insert x in a in sorted order. This is equivalent to a.insert(bisect

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

array.append(x) Append a new item with value x to the end of the array.

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

time.microsecond In range(1000000).

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

classmethod somenamedtuple._make(iterable) Class method that makes a new instance from an existing sequence or iterable.

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

values() Return a new view of the underlying mapping’s values.

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

classmethod datetime.utcnow() Return the current UTC date and time, with tzinfo None. This is like

2025-01-10 15:47:30