Skip to content
New issue

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

use on_setattr to auto-convert dict to Lib and Kerning #188

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anthrotype
Copy link
Member

One can use on_setattr=attrs.setters.convert on a field that has an attrs converter defined (e.g. Font.lib or Glyph.lib) to run the field converter whenever the attribute is set, not just at default constructor time.
It's a nice feature, allows to remove the property getter/setter boilerplate, and it's actually a bit faster to get/set the field compared to the properties.

But mypy doesn't like it.. python-attrs/attrs#889

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant