ID EN
Inspect

ismethoddescriptor

Python 3.11

Return True if the object is a method descriptor, but not if ismethod(), isclass(), isfunction() or isbuiltin() are true.

Syntax

PYTHON
inspect.ismethoddescriptor(object)

See Also

ismethod() isclass() isfunction() isbuiltin() __get__() __set__() __name__ ismethoddescriptor()