MetaDict is a powerful dict subclass enabling (nested) attribute-style item access/assignment and IDE autocompletion support.
33
stars
0
forks
source link
The object returned by `MetaDict.copy()` shares its underlying dict #5
Closed
Kodiologist closed 2 years ago
copy.deepcopy
seems to work as expected.