Home
/
Python 3.11
/
Inspect
/
ismethod
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Inspect
ismethod
Python 3.11
Return True if the object is a bound method written in Python.
Syntax
PYTHON
Copy
inspect.ismethod(object)