Method: pylint.checkers.strings.StringConstantChecker.visit_call
Calls: 5667, Exceptions: 0, Paths: 1Back
Path 1: 5667 calls (1.0)
Call (5667)
1@only_required_for_messages("implicit-str-concat")
2 def visit_call(self, node: nodes.Call) -> None:
3 self.check_for_concatenated_strings(node.args, "call")