Method: pylint.reporters.base_reporter.BaseReporter.on_close
Calls: 235, Exceptions: 0, Paths: 1Back
Path 1: 235 calls (1.0)
LinterStats (235)
LinterStats (128) None (107)
1def on_close(
2 self,
3 stats: LinterStats,
4 previous_stats: LinterStats | None,
5 ) -> None:
6 """Hook called when a module finished analyzing."""