CodeQL library for Python
codeql/python-all 0.11.3 (changelog, source)
Search

Predicate SsaSource::iteration_defined_variable

Holds if v is defined by a for statement, the definition being defn

Import path

import python
predicate iteration_defined_variable(Variable v, ControlFlowNode defn, ControlFlowNode sequence)