Path 1: 1587 calls (1.0)

List (1587)

1@only_required_for_messages("implicit-str-concat")
2    def visit_list(self, node: nodes.List) -> None:
3        self.check_for_concatenated_strings(node.elts, "list")