Lines Matching refs:sec
443 for sec_name, sec in sections_dict.iteritems():
444 sec._leafs = []
445 sec.validate_tree()
450 sec = sections_dict.get(p.get_section(), \
452 sections_dict[p.get_section()] = sec
454 sec.validate_tree()
456 if p not in sec._leafs:
457 sec._leafs.append(p)
459 for sec_name, sec in sections_dict.iteritems():
461 if not sec.validate_tree():
464 %(sec)
466 self._construct_kinds(sec)
468 if sec not in outer_namespace.sections:
469 outer_namespace._sections.append(sec)
471 if not sec.validate_tree():
474 %(sec)