iperflexer.finder.sections

iperflexer.finder.sections(glob, start, end, top=None)[source]

Generates section generators

Param:
  • glob: A file glob that matches source files
  • start: A regular expression to match the start of a section.
  • end: A regular expression to match the end of a section.
  • top: The starting path to search for files
Yield:

section generator of lines