Dave Cinege Git Repo thesaurus / 2ac5c57
README.rst edit Dave Cinege 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
8484
8585 - Resolve Thesaurus's schizophrenia.
8686
87 ::
87 :: python
8888
8989 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().
9191
9292 I want to be comfortable this feels naturale to others or make changes.
9393