We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c479a commit 2ca12aaCopy full SHA for 2ca12aa
python/ql/src/semmle/python/dataflow/new/internal/DataFlowPublic.qll
@@ -175,7 +175,7 @@ class CallCfgNode extends CfgNode {
175
*/
176
Node getFunction() { result.asCfgNode() = node.getFunction() }
177
178
- /** Gets the data-flow node corresponding to the nth argument of the call corresponding to this data-flow node */
+ /** Gets the data-flow node corresponding to the i'th argument of the call corresponding to this data-flow node */
179
Node getArg(int i) { result.asCfgNode() = node.getArg(i) }
180
181
/** Gets the data-flow node corresponding to the named argument of the call corresponding to this data-flow node */
0 commit comments