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 843ed8f commit 5130929Copy full SHA for 5130929
python/ql/lib/semmle/python/ApiGraphs.qll
@@ -655,8 +655,6 @@ module API {
655
* Holds if `arg` is passed as an argument to a use of `base`.
656
*
657
* `lbl` is represents which parameter of the function was passed. Either a numbered parameter, or a keyword parameter.
658
- *
659
- * The receiver is considered to be argument -1.
660
*/
661
private predicate argumentPassing(TApiNode base, Label::ApiLabel lbl, DataFlow::Node arg) {
662
exists(DataFlow::Node use, DataFlow::LocalSourceNode pred |
0 commit comments