We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b237b commit 4b89a41Copy full SHA for 4b89a41
1 file changed
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll
@@ -1523,8 +1523,8 @@ abstract class ParameterNodeImpl extends Node {
1523
* The value of a closure itself at function entry, viewed as a node in a data
1524
* flow graph.
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
+ * This is used for tracking flow through captured variables, and we use
+ * separate argument/parameter nodes at their own parameter/argument positions in order to distinguish
1528
* "lambda self" from "normal self", as lambdas may also access outer `self`
1529
* variables (through variable capture).
1530
*/
0 commit comments