Method: pylint.reporters.base_reporter.BaseReporter.display_messages
Calls: 230, Exceptions: 0, Paths: 1Back
Path 1: 230 calls (1.0)
Section (230)
1def display_messages(self, layout: Section | None) -> None:
2 """Hook for displaying the messages of the reporter.
3
4 This will be called whenever the underlying messages
5 needs to be displayed. For some reporters, it probably
6 doesn't make sense to display messages as soon as they
7 are available, so some mechanism of storing them could be used.
8 This method can be implemented to display them after they've
9 been aggregated.
10 """