weakref.finalize.
  • References/Python/Python/Data Types

__call__() If self is alive then mark it as dead and return the result of calling func(*args, **kwargs)

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

weakref.proxy(object[, callback]) Return a proxy to object which uses a weak reference. This supports use of the proxy

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

date.min The earliest representable date, date(MINYEAR, 1, 1).

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

array.buffer_info() Return a tuple (address, length) giving the current memory address and the length in elements

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

data A real list

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
calendar.HTMLCalendar.formatmonth()
  • References/Python/Python/Data Types

formatmonth(theyear, themonth, withyear=True) Return a month’s calendar as an HTML table. If withyear is true the year

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

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

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

class collections.abc.AsyncIterator ABC for classes that provide __aiter__ and __anext__ methods.

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

datetime.hour In range(24).

2025-01-10 15:47:30