README.rst edit
Dave Cinege
3 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 | |
::
|
|
81 |
- Resolve Thesaurus's schizophrenia::
|
|
82 |
|
83 | 83 |
v = t['a.b.c'] # This recurses
|
84 | 84 |
t['a.b.c'] = v # This does not. Use set_path()
|
85 | 85 |
|