You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/why.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ Whether they're relevant to *you* depends on your circumstances:
23
23
24
24
This includes stepping through generated methods using a debugger, cell rewriting to make bare `super()` calls work, or making {func}`functools.cached_property` work on slotted classes.
25
25
26
+
Our obsession with developer experience and quality-of-life features is what *attrs* users report missing most when forced to use Data Classes.
27
+
26
28
-*attrs* supports all mainstream Python versions including PyPy.
27
29
28
30
-*attrs* doesn't force type annotations on you if you don't like them.
0 commit comments