Method: pylint.utils.linterstats.LinterStats.get_global_message_count
Calls: 5, Exceptions: 0, Paths: 1Back
Path 1: 5 calls (1.0)
'fatal' (1) 'error' (1) 'warning' (1) 'refactor' (1) 'convention' (1)
0 (1) 26 (1) 53 (1) 10 (1) 75 (1)
1def get_global_message_count(self, type_name: str) -> int:
2 """Get a global message count."""
3 return getattr(self, type_name, 0)