Home
/
Python 3.11
/
Types
/
MethodDescriptorType
Python 3.0
Python 3.11
Functions
ID
EN
…
Types
MethodDescriptorType
Python 3.11
The type of methods of some built-in data types such as str.join().
Syntax
PYTHON
Copy
types.MethodDescriptorType
See Also
str.join()