Path 1: 243 calls (1.0)

Lambda (243)

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