types.GetSetDescriptorType The type of objects defined in extension modules with PyGetSetDef, such as FrameType
__call__() If self is alive then mark it as dead and return the result of calling func(*args, **kwargs)
detach() If self is alive then mark it as dead and return the tuple (obj, func, args, kwargs). If self
alive Property which is true if the finalizer is alive, false otherwise.
types.GeneratorType The type of generator-iterator objects, created by generator functions
class collections.abc.Sequence class collections.abc.MutableSequence class collections.abc.ByteString
date.timetuple() Return a
enum.unique() Enum class decorator that ensures only one name is bound to any one value.
class collections.abc.AsyncIterator ABC for classes that provide __aiter__ and __anext__ methods.
default_factory This attribute is used by the __missing__() method; it is initialized from the first argument to
Page 6 of 32