Method: pylint.checkers.variables.VariablesChecker.leave_lambda
Calls: 243, Exceptions: 0, Paths: 1Back
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()