Python Paste


NestedDict


Methods

f __init__(self, configs=None, mutable=True, nest=True) ...

f __getitem__(self, key) ...

f add_config(self, config, position=0) ...

f set_configs(self, new_configs) ...

f raw_get(self, key, add_inherited=True) ...

f getlist(self, key, add_inherited=True) ...

f __setitem__(self, key, value) ...

f __delitem__(self, key) ...

f keys(self) ...

f __contains__(self, key) ...

f has_key(self, key) ...

f __iter__(self) ...

f clone(self, add_dict=None, mutable=[], nest=[]) ...

f copy(self) ...

f __eq__(self, other) ...

f __len__(self) ...

f __cmp__(self, other) ...

See the source for more information.