Lines Matching defs:Section
63 class Section(object):
137 section = Section(m.group(1))
167 section_list: list of Section objects to be merged, all of the same name
168 Return a merged Section object (everything is deeply copied)
170 merged_section = Section(section_list[0].name)
193 sections_lists: list of lists of Section objects to be merged
194 Return a merged list of merged Section objects; everything is deeply copied.
201 if not isinstance(base_section, Section):
242 % if isinstance(section, Section):
258 print(driinfo_h_template.render(sections=merged_sections_list, Section=Section, Option=Option))