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
I want to use the converter set on a field of an attrs model of mine. The field also has an alias. Trying to structure with cattrs doesn't work in this case.
That said, I realize it'd be better if make_dict_structure_fn took the value of that parameter from the converter itself, so I've created #528 to address this for the next version.
Description
I want to use the converter set on a field of an
attrs
model of mine. The field also has an alias. Trying to structure withcattrs
doesn't work in this case.What I Did
The text was updated successfully, but these errors were encountered: