Searched refs:_root_and_path_to_node (Results 1 – 1 of 1) sorted by relevance
816 return _root_and_path_to_node(self.root, path, path)824 return _root_and_path_to_node(self.alias2node[alias], rest, path)1740 return _root_and_path_to_node(self.root, path, path)2077 def _root_and_path_to_node(cur, path, fullpath): function