Lines Matching full:content
141 content = ViewList()
163 if new_f != f and content:
164 self.do_parse(content, node)
165 content = ViewList()
172 content.append(line, f, ln)
176 if content:
177 self.do_parse(content, node)
181 def do_parse(self, content, node): argument
183 with switch_source_input(self.state, content):
184 self.state.nested_parse(content, 0, node, match_titles=1)
190 self.state.memo.reporter = AutodocReporter(content, self.state.memo.reporter)
192 self.state.nested_parse(content, 0, node, match_titles=1)