Searched refs:_root_and_path_to_node (Results 1 – 1 of 1) sorted by relevance
838 return _root_and_path_to_node(self.root, path, path)846 return _root_and_path_to_node(self.alias2node[alias], rest, path)1774 return _root_and_path_to_node(self.root, path, path)2111 def _root_and_path_to_node(cur, path, fullpath): function