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