Path 1: 51 calls (1.0)

Set (51)

1@only_required_for_messages("implicit-str-concat")
2    def visit_set(self, node: nodes.Set) -> None:
3        self.check_for_concatenated_strings(node.elts, "set")