Lines Matching refs:section
31 self.file = file # Path to the file this section came from
112 section = (
120 grammar = OneOrMore(section)
152 # Should really find the "default" section but for this script
156 # include "foo(bar)" means file "foo", section bar
164 for section in sections:
165 print_section(section, filter_section)
177 "section", type=str, default=None, nargs="?", help="The section (optional)"
195 list_sections(sections, filter_section=ns.section)