README.rst edit
Dave Cinege
2 years ago
78 | 78 | screen() good names that make sense? I am struggling with the |
79 | 79 | ThesaurusExtended method names myself. |
80 | 80 | |
81 | - Resolve Thesaurus's schizophrenia. | |
82 | .. code:: python | |
81 | - Resolve Thesaurus's schizophrenia:: | |
83 | 82 | v = t['a.b.c'] # This recurses |
84 | 83 | t['a.b.c'] = v # This does not. Use set_path() |
85 | 84 |