Home
last modified time | relevance | path

Searched refs:PathTreeKeyIterator (Results 1 – 1 of 1) sorted by relevance

/openbmc/pyphosphor/obmc/utils/
H A Dpathtree.py79 class PathTreeKeyIterator(PathTreeItemIterator): class
81 super(PathTreeKeyIterator, self).__init__(path_tree, subtree, depth)
86 return super(PathTreeKeyIterator, self).next()[0]
220 return PathTreeKeyIterator(self, subtree, depth)