Index _ | A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | S | T | U _ _CPaths (class in ndict_tools.tools) _decode_key() (in module ndict_tools.serialize) _default_setup (ndict_tools.tools._StackedDict attribute) _encode_key() (in module ndict_tools.serialize) _HKey (class in ndict_tools.tools) _hkey (ndict_tools.tools._Paths attribute) _make_decoder_hook() (in module ndict_tools.serialize) _Paths (class in ndict_tools.tools) _pickle_dump() (in module ndict_tools.serialize) _pickle_load() (in module ndict_tools.serialize) _stacked_dict (ndict_tools.tools._Paths attribute) _StackedDict (class in ndict_tools.tools) _structure (ndict_tools.tools._CPaths attribute) A add_child() (ndict_tools.tools._HKey method) add_children() (ndict_tools.tools._HKey method) ancestors() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) B bfs() (ndict_tools.NestedDictionary method) (ndict_tools.tools._HKey method) (ndict_tools.tools._StackedDict method) bfs_find() (ndict_tools.tools._HKey method) build_forest() (ndict_tools.tools._HKey class method) C check_parent_consistency() (ndict_tools.tools._HKey method) children (ndict_tools.tools._HKey attribute) compact_paths() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) CompactPathsView (class in ndict_tools) compare_dict() (in module ndict_tools.tools) copy() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) count_nodes_by_degree() (ndict_tools.tools._HKey method) coverage() (ndict_tools.tools._CPaths method) D deepcopy() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) default() (ndict_tools.serialize.NestedDictionaryEncoder method) default_factory (ndict_tools.tools._StackedDict attribute) default_setup (ndict_tools.NestedDictionary property) (ndict_tools.tools._StackedDict property) dfs() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) dfs_find() (ndict_tools.tools._HKey method) dfs_postorder() (ndict_tools.tools._HKey method) dfs_preorder() (ndict_tools.tools._HKey method) E encode() (ndict_tools.serialize.NestedDictionaryEncoder method) equal() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) expand() (ndict_tools.tools._CPaths method) expand_structure() (ndict_tools.tools._CPaths static method) F filter_paths() (ndict_tools.tools._HKey method) (ndict_tools.tools._Paths method) find_all() (ndict_tools.tools._HKey method) find_by_key() (ndict_tools.tools._HKey method) find_by_path() (ndict_tools.tools._HKey method) from_dict() (ndict_tools.NestedDictionary class method) (ndict_tools.tools._StackedDict class method) from_json() (ndict_tools.NestedDictionary class method) (ndict_tools.tools._StackedDict class method) from_pickle() (ndict_tools.NestedDictionary class method) (ndict_tools.tools._StackedDict class method) G get_all_paths() (ndict_tools.tools._HKey method) get_balance_factor() (ndict_tools.tools._HKey method) get_child() (ndict_tools.tools._HKey method) get_child_keys() (ndict_tools.tools._HKey method) get_children() (ndict_tools.tools._Paths method) get_depth() (ndict_tools.tools._HKey method) (ndict_tools.tools._Paths method) get_descendants() (ndict_tools.tools._HKey method) get_leaf_paths() (ndict_tools.tools._Paths method) get_max_depth() (ndict_tools.tools._HKey method) get_nodes_at_depth() (ndict_tools.tools._HKey method) get_path() (ndict_tools.tools._HKey method) get_statistics() (ndict_tools.tools._HKey method) get_subtree_paths() (ndict_tools.tools._Paths method) H has_children() (ndict_tools.tools._HKey method) (ndict_tools.tools._Paths method) has_cycles() (ndict_tools.tools._HKey method) height() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) I indent (ndict_tools.NestedDictionary attribute) (ndict_tools.tools._StackedDict attribute) is_balanced() (ndict_tools.NestedDictionary method) (ndict_tools.tools._HKey method) (ndict_tools.tools._StackedDict method) is_binary_tree() (ndict_tools.tools._HKey method) is_complete_tree() (ndict_tools.tools._HKey method) is_covering() (ndict_tools.tools._CPaths method) is_dag() (ndict_tools.tools._HKey method) is_full_tree() (ndict_tools.tools._HKey method) is_key() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) is_leaf() (ndict_tools.tools._HKey method) is_perfect_tree() (ndict_tools.tools._HKey method) is_root (ndict_tools.tools._HKey attribute) is_valid_tree() (ndict_tools.tools._HKey method) isomorph() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) items_list() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) iter_by_level() (ndict_tools.tools._HKey method) iter_children() (ndict_tools.tools._HKey method) iter_leaves() (ndict_tools.tools._HKey method) iterencode() (ndict_tools.serialize.NestedDictionaryEncoder method) K key (ndict_tools.tools._HKey attribute) key_list() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) L leaves() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) M map_nodes() (ndict_tools.tools._HKey method) missing_paths() (ndict_tools.tools._CPaths method) module ndict_tools.core ndict_tools.exception ndict_tools.serialize ndict_tools.tools N ndict_tools.core module ndict_tools.exception module ndict_tools.serialize module ndict_tools.tools module NestedDictionary (class in ndict_tools) NestedDictionaryEncoder (class in ndict_tools.serialize) NestedDictionaryException O occurrences() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) P parent (ndict_tools.tools._HKey attribute) paths() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) PathsView (class in ndict_tools) pop() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) popitem() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) prune() (ndict_tools.tools._HKey method) S similar() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) size() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) SmoothNestedDictionary (class in ndict_tools) StackedAttributeError StackedDictionaryError StackedIndexError StackedKeyError StackedTypeError StackedValueError StrictNestedDictionary (class in ndict_tools) structure (ndict_tools.CompactPathsView attribute) (ndict_tools.tools._CPaths property) T to_compact() (ndict_tools.PathsView method) (ndict_tools.tools._Paths method) to_dict() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) to_json() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) to_paths() (ndict_tools.CompactPathsView method) to_pickle() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) U uncovered_paths() (ndict_tools.tools._CPaths method) unpack_items() (in module ndict_tools.tools) unpacked_items() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) unpacked_keys() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) unpacked_values() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method) update() (ndict_tools.NestedDictionary method) (ndict_tools.tools._StackedDict method)