We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c817b commit 19a4a73Copy full SHA for 19a4a73
distutils/_dataclass.py
@@ -20,6 +20,9 @@ def lenient_dataclass(**dc_kwargs):
20
- But we don't want to throw away the dataclass-generated __init__
21
specially because we don't want to have to redefine all the typing
22
for the function arguments
23
+
24
+ If/when lenient behaviour and backward compatibility is not needed the whole
25
+ customization can be removed, a regular ``dataclass`` can be used instead.
26
"""
27
28
@wraps(dataclass)
0 commit comments