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 52
52
* Note that an empty access path means that the value we are tracking flows directly to the element.
53
53
*
54
54
*
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
56
56
* structures in the LHS, where `sequence` is some internal sequence node. We can have a uniform treatment
57
57
* by always having these two synthetic nodes. So we transfer to (or, in the recursive case, read into)
58
58
* `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