Public Member Functions | |
| def | __init__ (self, base, parent) |
| def | __contains__ (self, item) |
| def | __getitem__ (self, x) |
Public Attributes | |
| parent | |
A nested dict is a dictionary with a parent. If key lookup fails, it recursively continues into the parent. Writes always happen to the top level dict.
Definition at line 2 of file nested_dict.py.
1.8.11