__call__() If self is alive then mark it as dead and return the result of calling func(*args, **kwargs)
weakref.proxy(object[, callback]) Return a proxy to object which uses a weak reference. This supports use of the proxy
date.min The earliest representable date, date(MINYEAR, 1, 1).
array.buffer_info() Return a tuple (address, length) giving the current memory address and the length in elements
data A real list
timezone.utcoffset(dt) Return the fixed value specified when the timezone instance is constructed. The dt
formatmonth(theyear, themonth, withyear=True) Return a month’s calendar as an HTML table. If withyear is true the year
class collections.abc.MutableSequence class collections.abc.ByteString ABCs for read-only and mutable
class collections.abc.AsyncIterator ABC for classes that provide __aiter__ and __anext__ methods.
datetime.hour In range(24).
Page 7 of 32