Lines Matching refs:section
50 self.section = None # name of current %section
59 assert self.section is None, "\"%section " + self.section + \
164 assert not self.section is None, directive + " outside %section at " + self.context()
169 …assert key != self.section, "Cannot insert section \"" + key + "\" into itself on " + self.context…
173 self.sections[self.section].extend(
181 assert self.section is None, "Nested %section is forbidden at " + self.context()
184 self.section = ""
189 self.section = key
196 assert not self.section is None, "%/section with no matching %section on " + self.context()
199 self.section = None
284 elif self.section is None:
288 self.sections[self.section].append(self.macro_substitution())