We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbaee5 commit 008be35Copy full SHA for 008be35
development-tools/clinic.rst
@@ -2087,6 +2087,8 @@ The generated glue code looks like this:
2087
2088
Getters and setters must be declared as separate functions.
2089
The *value* parameter for a "setter" is added implicitly by Argument Clinic.
2090
+ It is possible to create a docstring for the property by adding it to
2091
+ the ``@getter``.
2092
2093
And then the implementation will work the same as a Python method which is
2094
decorated by :py:class:`property`:
0 commit comments