Path 1: 133 calls (1.0)

ListComp (133)

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