treepathmap.PathMap

treepathmap.PathMap(path_map_table, …)

A map of a nested collection.

Selecting

treepathmap.PathMap.select(*search_parts)

Selects tree items on base of the supplied w*search_parts*, which are parts of the augmented_paths within the tree.

treepathmap.PathMap.where(*where_search_parts)

param *search_parts

Tree path parts which are parts of the requested tree items

Path map items

treepathmap.PathMap.get_path_map_item_by_real_path(…)

Retrieves the tree node item of a requested real path.

treepathmap.PathMap.iter_rows()