select

treepathmap.PathMap.select(self, *search_parts)treepathmap.maps.PathMap

Selects tree items on base of the supplied w*search_parts*, which are parts of the augmented_paths within the tree. All parts are considered with an and condition in between them. Multiple parts within a part are considered with an or condition in between.

Examples

select(“this”, “and_that”, [“this”, “or_this”, “or_that”])

Parameters

*search_parts – Tree path parts which are parts of the requested tree items paths.

Returns

Selection of augmented tree items.

Return type

PathMapSelection