Path 1: 19 calls (1.0)

SetComp (19)

1def visit_setcomp(self, node: nodes.SetComp) -> None:
2        """Visit setcomp: update consumption analysis variable."""
3        self._to_consume.append(NamesConsumer(node, "comprehension"))