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