Path 1: 6001 calls (1.0)

'Command line' (1076) 'Command line or configuration file' (1061) '/Users/andrehora/Documents/git/projects-pathspotter/pylint/pylint/testutils/testing...

1def init_single_module(self, module_name: str) -> None:
2        """Use through PyLinter.set_current_module so PyLinter.current_name is
3        consistent.
4        """
5        self.by_module[module_name] = ModuleStats(
6            convention=0, error=0, fatal=0, info=0, refactor=0, statement=0, warning=0
7        )