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