File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python/dataflow/new/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1523,8 +1523,8 @@ abstract class ParameterNodeImpl extends Node {
1523
1523
* The value of a closure itself at function entry, viewed as a node in a data
1524
1524
* flow graph.
1525
1525
*
1526
- * This is used for tracking flow through captured variables, and we use a
1527
- * separate node and parameter/argument positions in order to distinguish
1526
+ * This is used for tracking flow through captured variables, and we use
1527
+ * separate argument/parameter nodes at their own parameter/argument positions in order to distinguish
1528
1528
* "lambda self" from "normal self", as lambdas may also access outer `self`
1529
1529
* variables (through variable capture).
1530
1530
*/
You can’t perform that action at this time.
0 commit comments