mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Add comment.
This commit is contained in:
@@ -880,6 +880,7 @@ private AstNode assigned_value(Expr lhs) {
|
||||
result = values.getElt(index)
|
||||
)
|
||||
or
|
||||
/* for lhs in seq: => `result` is the `for` node, representing the `iter(next(seq))` operation. */
|
||||
result.(For).getTarget() = lhs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user