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 3081aef commit da1f0d8Copy full SHA for da1f0d8
1 file changed
src/attr/_make.py
@@ -2802,6 +2802,9 @@ class ClassProps:
2802
Effective class properties as derived from parameters to `attr.s()` or
2803
`define()` decorators.
2804
2805
+ This is the same datastructure that *attrs* uses internally to decide how
2806
+ to construct the final class.
2807
+
2808
Warning:
2809
2810
This feature is currently **experimental** and is not covered by our
0 commit comments