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
When trying a copy.deepcopy() on a Dotsi instance, there were a KeyError on deepcopy. Passing dict-structures around can easily lead to errors, if one doesn't make a deepcopy of the object. Thus, Dotsi would be better if it had it implementet.