pyre.filesystem.Finder¶
Module Contents¶
-
class
pyre.filesystem.Finder.Finder¶ Bases:
pyre.filesystem.Explorer.ExplorerA visitor that generates a list of the contents of a filesystem
-
explore(self, folder, pattern='.*')¶ Traverse the folder and return contents that match the given pattern
-
_explore(self, node, path)¶ The recursive workhorse for folder exploration
-