Method: pylint.checkers.spelling.SpellingChecker.visit_functiondef
Calls: 3506, Exceptions: 0, Paths: 1Back
Path 1: 3506 calls (1.0)
FunctionDef (3452) AsyncFunctionDef (54)
1@only_required_for_messages("wrong-spelling-in-docstring")
2 def visit_functiondef(
3 self, node: nodes.FunctionDef | nodes.AsyncFunctionDef
4 ) -> None:
5 self._check_docstring(node)