Method: pylint.checkers.base.basic_checker.BasicChecker.visit_module
Calls: 1125, Exceptions: 0, Paths: 1Back
Path 1: 1125 calls (1.0)
Module (1125)
1def visit_module(self, _: nodes.Module) -> None:
2 """Check module name, docstring and required arguments."""
3 self.linter.stats.node_count["module"] += 1