README.rst edit
Dave Cinege
2 years ago
83 | 83 | - Decide how to properly handle copying ThesaurusCfg coercion methods. |
84 | 84 | |
85 | 85 | - Resolve Thesaurus's schizophrenia. |
86 | ||
87 | :: python | |
88 | ||
89 | v = t['a.b.c'] # This recurses | |
90 | t['a.b.c'] = v # This does not, needs set_path(). | |
86 | :: | |
87 | v = t['a.b.c'] # This recurses | |
88 | t['a.b.c'] = v # This does not, needs set_path(). | |
91 | 89 | |
92 | 90 | I want to be comfortable this feels naturale to others or make changes. |
93 | 91 |