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 12a3f76 commit ec9ef8dCopy full SHA for ec9ef8d
docs/init.md
@@ -387,6 +387,13 @@ C(x=42)
387
388
If you need more control, use the custom init approach described next.
389
390
+:::{warning}
391
+You never need to use `super()` with *attrs* classes that inherit from other *attrs* classes.
392
+Each *attrs* class implements an `__init__` based on its own fields and those of all its base classes.
393
+
394
+You only need this escape hatch when subclassing non-*attrs* classes.
395
+:::
396
397
398
### Custom Init
399
0 commit comments