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

Predicate tupleStoreStep

Data flows from an element of a tuple to the tuple at a specific index.

Import path

import semmle.python.dataflow.new.internal.DataFlowPrivate
predicate tupleStoreStep(CfgNode nodeFrom, TupleElementContent c, CfgNode nodeTo)