File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
python/ql/lib/semmle/python/dataflow/new/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5252 * Note that an empty access path means that the value we are tracking flows directly to the element.
5353 *
5454 *
55- * The `TIterableSequence(sequence)` is at this point superflous but becomes useful when handling recursive
55+ * The `TIterableSequence(sequence)` is at this point superfluous but becomes useful when handling recursive
5656 * structures in the LHS, where `sequence` is some internal sequence node. We can have a uniform treatment
5757 * by always having these two synthetic nodes. So we transfer to (or, in the recursive case, read into)
5858 * `TIterableSequence(sequence)`, from which we take a read step to `TIterableElement(sequence)` and then a
You can’t perform that action at this time.
0 commit comments