GlobHelper#
- class barecat.util.glob_helper.GlobHelper(index)[source]#
Handles glob operations for an Index instance.
- Parameters:
index (barecat.core.index.Index) – The Index instance to operate on.
Instance Methods#
|
Like raw_iterglob_paths but with multiple patterns OR'd together. |
|
Glob for paths matching a pattern. |
|
Iterate over paths matching a pattern. |
|
Like raw_iterglob_infos but with multiple patterns OR'd together. |
|
Iterate over file and directory info objects matching a pattern. |
|
Iterate over infos matching rsync-style include/exclude rules. |