Home
/
Python 3.11
/
Inspect
/
ismethodwrapper
Python 3.0
Python 3.11
Functions
ID
EN
…
Inspect
ismethodwrapper
Python 3.11
Return True if the type of object is a MethodWrapperType.
Syntax
PYTHON
Copy
inspect.ismethodwrapper(object)
See Also
MethodWrapperType
MethodWrapperType
__str__()
__eq__()
__repr__()