Lines Matching refs:section
45 section = []
48 if not section:
53 yield tuple(section), value
57 section[kind:] = [value]
62 for section, row in iter_sections(lines):
63 if section not in sections:
64 sections[section] = [row]
66 sections[section].append(row)
72 for section, rows in collect_sections(lines).items():
75 for name in section:
85 if current == section: