Dave Cinege Git Repo thesaurus / fe50b09
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
7878 screen() good names that make sense? I am struggling with the
7979 ThesaurusExtended method names myself.
8080
81 - Resolve Thesaurus's schizophrenia
82 ::
81 - Resolve Thesaurus's schizophrenia::
82
8383 v = t['a.b.c'] # This recurses
8484 t['a.b.c'] = v # This does not. Use set_path()
8585