Method: pylint.checkers.base.docstring_checker.DocStringChecker.visit_module
Calls: 1109, Exceptions: 0, Paths: 1Back
Path 1: 1109 calls (1.0)
Module (1109)
1@utils.only_required_for_messages("missing-module-docstring", "empty-docstring")
2 def visit_module(self, node: nodes.Module) -> None:
3 self._check_docstring("module", node)