Path 1: 19 calls (1.0)

SetComp (19)

1def leave_setcomp(self, _: nodes.SetComp) -> None:
2        """Leave setcomp: update consumption analysis variable."""
3        # do not check for not used locals here
4        self._to_consume.pop()