Method: pylint.checkers.variables.VariablesChecker.visit_setcomp
Calls: 19, Exceptions: 0, Paths: 1Back
Path 1: 19 calls (1.0)
SetComp (19)
1def visit_setcomp(self, node: nodes.SetComp) -> None:
2 """Visit setcomp: update consumption analysis variable."""
3 self._to_consume.append(NamesConsumer(node, "comprehension"))