Method: pylint.reporters.multi_reporter.MultiReporter.display_messages
Calls: 1, Exceptions: 0, Paths: 1Back
Path 1: 1 calls (1.0)
Section (1)
1def display_messages(self, layout: Section | None) -> None:
2 """Hook for displaying the messages of the reporter."""
3 for rep in self._sub_reporters:
4 rep.display_messages(layout)