pyre.filesystem.TreeExplorer¶
Module Contents¶
-
class
pyre.filesystem.TreeExplorer.TreeExplorer(indent=0, **kwds)¶ Bases:
pyre.filesystem.Explorer.ExplorerA visitor that creates a tree representation with the name and node type of the contents of a folder
-
INDENT¶
-
explore(self, node, label)¶ Traverse the filesystem and print out its contents
-
render(self, name, node)¶
-