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