Operations Summary: | |
__init__(self, dirs, glob, recursive) Creates a Glob source rule with a copy of the dirs list which is a list of base directories. [Source] | |
clone(self) [Source] |
Operation Details: |
Creates a Glob source rule with a copy of the dirs list which is a list of base directories. The glob is a glob expression (string) for files to match in each directory. If the boolean recursive is set, then subdirectories are also searched.