Lines Matching refs:sec
460 for sec_name, sec in sections_dict.iteritems():
461 sec._leafs = []
462 sec.validate_tree()
467 sec = sections_dict.get(p.get_section(), \
469 sections_dict[p.get_section()] = sec
471 sec.validate_tree()
473 if p not in sec._leafs:
474 sec._leafs.append(p)
476 for sec_name, sec in sections_dict.iteritems():
478 if not sec.validate_tree():
481 %(sec)
483 self._construct_kinds(sec)
485 if sec not in outer_namespace.sections:
486 outer_namespace._sections.append(sec)
488 if not sec.validate_tree():
491 %(sec)