Thanks to visit codestin.com Credit goes to github.com
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 73cdb0c commit 84f2528Copy full SHA for 84f2528
1 file changed
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