Path 1: 165 calls (1.0)

'input' (5) 'input.func_i0013' (5) 'input.func_w0401_disabled' (5) 'input.func_w0801' (5) 'input.not__init__' (5) 'input.func_w0401' (5) 'input.func_i...

'fatal' (33) 'error' (33) 'warning' (33) 'refactor' (33) 'convention' (33)

0 (165)

1def get_module_message_count(self, modname: str, type_name: str) -> int:
2        """Get a module message count."""
3        return getattr(self.by_module[modname], type_name, 0)