Method: pylint.reporters.ureports.text_writer.TextWriter.visit_evaluationsection
Calls: 107, Exceptions: 0, Paths: 1Back
Path 1: 107 calls (1.0)
EvaluationSection (107)
1def visit_evaluationsection(self, layout: EvaluationSection) -> None:
2 """Display an evaluation section as a text."""
3 self.section += 1
4 self.format_children(layout)
5 self.section -= 1
6 self.writeln()