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
For the object mapper's parent we have state passed around through the kwargs class attribute which end up getting copied to new instances in a pretty ugly way.
We should instead try using attrs to see if a lot of the boilerplate "state copying" can be simplified when generating new child elements.
The text was updated successfully, but these errors were encountered:
Issue by tgoodlet
Thursday Sep 22, 2016 at 02:03 GMT
Originally opened as sangoma/sandswitches#2
For the object mapper's parent we have state passed around through the
kwargs
class attribute which end up getting copied to new instances in a pretty ugly way.We should instead try using attrs to see if a lot of the boilerplate "state copying" can be simplified when generating new child elements.
The text was updated successfully, but these errors were encountered: