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
Hi @hynek,
I run into this problem with using converters for classes made by attrs.make_class.
Better explained with the following code.
Let me know if you need more information!
Hi @hynek,
I run into this problem with using converters for classes made by attrs.make_class.
Better explained with the following code.
Let me know if you need more information!
Python: 3.10
attrs version: 24.2.0
However, converter is not applied when fields are assigned after the initialization.
The text was updated successfully, but these errors were encountered: