iperflexer.finder.concatenate

iperflexer.finder.concatenate(glob, start=None)[source]

Generates lines from all files that match the glob.

Param:
  • glob: A file-glob to match interesting files.
  • start: The top path (finds files below the top)
Yield:

lines in matching files.