Method: pylint.checkers.variables.VariablesChecker.visit_arguments
Calls: 3766, Exceptions: 0, Paths: 2Back
Path 1: 2613 calls (0.69)
Arguments (2613)
1def visit_arguments(self, node: nodes.Arguments) -> None:
2 for annotation in node.type_comment_args:
3 self._store_type_annotation_node(annotation)
Path 2: 1153 calls (0.31)
Arguments (1153)
1def visit_arguments(self, node: nodes.Arguments) -> None:
2 for annotation in node.type_comment_args:
3 self._store_type_annotation_node(annotation)