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.
sphinx_cached_property.py
1 parent 7a8fa7f commit 9c47711Copy full SHA for 9c47711
1 file changed
src/attrs/sphinx_cached_property.py
@@ -2,7 +2,8 @@
2
"""A Sphinx extension to document cached properties on slots classes
3
4
Add ``"attrs.sphinx_cached_property"`` to the ``extensions`` list in Sphinx's
5
-conf.py to use this.
+conf.py to use this. Otherwise, cached properties of ``@define(slots=True)``
6
+classes will be inaccessible.
7
8
"""
9
0 commit comments