Home | History | Annotate | Download | only in docs

Lines Matching refs:sections

397     sections_dict = self._dictionary_by_name(outer_namespace.sections)
423 if sec not in outer_namespace.sections:
578 sections: A sequence of Section children.
580 def __init__(self, name, parent, sections=[]):
583 self._sections = sections[:]
589 def sections(self):