Method: pylint.checkers.variables.VariablesChecker.leave_listcomp
Calls: 133, Exceptions: 0, Paths: 1Back
Path 1: 133 calls (1.0)
ListComp (133)
1def leave_listcomp(self, _: nodes.ListComp) -> None:
2 """Leave listcomp: update consumption analysis variable."""
3 # do not check for not used locals here
4 self._to_consume.pop()