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
Munch.copy performs a deep copy, while dict.copy is shallow. I think it would be better to implement __deepcopy__ and let users use the copy.deepcopy function.
Munch.copyperforms a deep copy, whiledict.copyis shallow. I think it would be better to implement__deepcopy__and let users use thecopy.deepcopyfunction.