We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4be5aa commit 0b634dfCopy full SHA for 0b634df
Doc/library/inspect.rst
@@ -427,7 +427,7 @@ attributes:
427
428
Return ``True`` if the object is a data descriptor.
429
430
- Data descriptors have both a :attr:`~object.__get__` and a :attr:`~object.__set__` method.
+ Data descriptors have a :attr:`~object.__set__` or a :attr:`~object.__delete__` method.
431
Examples are properties (defined in Python), getsets, and members. The
432
latter two are defined in C and there are more specific tests available for
433
those types, which is robust across Python implementations. Typically, data
0 commit comments