Lines Matching defs:glob
36 import glob
217 # Memo for storing "glob expression": set(filepaths)
335 accumulator = accumulator.union(glob.iglob(wildcard))
362 accumulator = accumulator.union(glob.iglob(include_wildcard))
372 * include: A List of glob expressions to look for files through.
373 * exclude: A List of glob expressions for excluding files.
408 * include: A List of glob expressions to look for files through.
409 * exclude: A List of glob expressions for excluding files.
445 * include: A List of glob expressions to look for files through.
446 * exclude: A List of glob expressions for excluding files.
637 * include: A List of glob expressions to look for files through.
638 * exclude: A List of glob expressions for excluding files.