Path 1: 11 calls (1.0)

FunctionDef (11)

1def visit_functiondef(self, node: nodes.FunctionDef) -> None:
2        ftype = "method" if node.is_method() else "function"
3        self._check_docstring(ftype, node)