Home | History | Annotate | Download | only in docs

Lines Matching refs:ons

433     for ons_name, ons in root.iteritems():
434 ons._leafs = []
438 ons = root.get(ons_name, OuterNamespace(ons_name, self))
439 root[ons_name] = ons
441 if p not in ons._leafs:
442 ons._leafs.append(p)
444 for ons_name, ons in root.iteritems():
446 ons.validate_tree()
448 self._construct_sections(ons)
450 if ons not in self._outer_namespaces:
451 self._outer_namespaces.append(ons)
453 ons.validate_tree()