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