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