Method: pylint.reporters.multi_reporter.MultiReporter.display_reports
Calls: 2, Exceptions: 0, Paths: 1Back
Path 1: 2 calls (1.0)
Section (1) EvaluationSection (1)
1def display_reports(self, layout: Section) -> None:
2 """Display results encapsulated in the layout tree."""
3 for rep in self._sub_reporters:
4 rep.display_reports(layout)