README.rst edit
Dave Cinege
2 years ago
80 | 80 | |
81 | 81 | - Resolve Thesaurus's schizophrenia. |
82 | 82 | :: |
83 | v = t['a.b.c'] # This recurses | |
84 | t['a.b.c'] = v # This does not. Use set_path() | |
83 | v = t['a.b.c'] # This recurses | |
84 | t['a.b.c'] = v # This does not. Use set_path() | |
85 | 85 | |
86 | 86 | I want to be comfortable this feels naturale to others or make |
87 | 87 | changes. |