We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See python-attrs/attrs#886.
The docs say that @defined dataclasses will change behavior:
@define
Converters and validators are run when you set an attribute (on_setattr=[attr.setters.convert, attr.setters.validate]).
After a version with this change is released, we should go over the code and see if we need to change anything or can simplify something.
The text was updated successfully, but these errors were encountered:
we could but mypy can't #188
Sorry, something went wrong.
No branches or pull requests
See python-attrs/attrs#886.
The docs say that
@define
d dataclasses will change behavior:After a version with this change is released, we should go over the code and see if we need to change anything or can simplify something.
The text was updated successfully, but these errors were encountered: