datetime.time.second
  • References/Python/Python/Data Types

time.second In range(60).

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

class weakref.finalize(obj, func, *args, **kwargs) Return a callable finalizer object which will be called when obj

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

array.typecodes A string with all available type codes.

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

heapq.nsmallest(n, iterable, key=None) Return a list with the n smallest elements from the dataset defined by iterable

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

date.isoformat() Return a string representing the date in ISO 8601 format, ‘YYYY-MM-DD’. For example, date(2002, 12, 4)

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

array.tostring() Deprecated alias for tobytes().

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

Repr.maxset Repr.maxfrozenset Repr.maxdeque Repr.maxarray

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

bisect.bisect_left(a, x, lo=0, hi=len(a)) Locate the insertion point for x in a to maintain sorted order.

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

Repr.maxdeque Repr.maxarray Limits on the number of entries represented for the named object type. The default is

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

new_child(m=None) Returns a new ChainMap containing a new map followed by all of the maps in the current instance

2025-01-10 15:47:30