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
Subclassing the dict built-in is generally discouraged (and collections.UserDict exists for this purpose) but I think the reasons for that don't affect us here right now. I believe it's only an issue when overriding the magic methods, which we're not. Might want to keep in mind in case we do anything more fancy with the class.
Subclassing the
dict
built-in is generally discouraged (andcollections.UserDict
exists for this purpose) but I think the reasons for that don't affect us here right now. I believe it's only an issue when overriding the magic methods, which we're not. Might want to keep in mind in case we do anything more fancy with the class.Originally posted by @achilleas-k in https://github.com/G-Node/python-odml/diffs
The text was updated successfully, but these errors were encountered: