README.rst edit
Dave Cinege
2 years ago
88 | 88 |
v = t['a.b.c'] # This recurses
|
89 | 89 |
t['a.b.c'] = v # This does not, needs set_path().
|
90 | 90 |
|
91 | |
I want to be comfortable this feels naturale to others or make changes.
|
|
91 |
I want to be comfortable this feels natural to others or make changes.
|
92 | 92 |
|
93 | 93 |
|
94 | 94 |
Copyright and License Information
|