ID EN
Types

WrapperDescriptorType

Python 3.11

The type of methods of some built-in data types and base classes such as object.__init__() or object.__lt__().

Syntax

PYTHON
types.WrapperDescriptorType

See Also

object.__init__() object.__lt__()