Home
/
Python 3.11
/
Inspect
/
isdatadescriptor
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Inspect
isdatadescriptor
Python 3.11
Return True if the object is a data descriptor.
Syntax
PYTHON
Copy
inspect.isdatadescriptor(object)
See Also
__set__
__delete__
__name__