collections.abc.Hashable
  • References/Python/Python/Data Types

class collections.abc.Hashable class collections.abc.Sized class collections.abc.Callable

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

class collections.abc.MutableMapping ABCs for read-only and mutable mappings.

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

yeardays2calendar(year, width=3) Return the data for the specified year ready for formatting (similar to yeardatescalendar())

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

datetime.time() Return time object with same hour, minute, second and microsecond. tzinfo is None

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

bisect.bisect_right(a, x, lo=0, hi=len(a)) bisect.bisect(a, x, lo=0, hi=len(a)) Similar to bisect_left()

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

heapq.merge(*iterables, key=None, reverse=False) Merge multiple sorted inputs into a single sorted output (for example, merge

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

class collections.abc.ByteString ABCs for read-only and mutable sequences.

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

time.__format__(format) Same as time.strftime(). This makes it possible to specify a format string for a time

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

time.tzinfo The object passed as the tzinfo argument to the time constructor, or None if none was

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

exception weakref.ReferenceError Exception raised when a proxy object is used but the underlying object has been collected.

2025-01-10 15:47:30