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.
getAMethodCall
1 parent 92063dc commit b55c034Copy full SHA for b55c034
python/ql/src/semmle/python/dataflow/new/internal/LocalSources.qll
@@ -84,7 +84,7 @@ class LocalSourceNode extends Node {
84
* Includes both calls that have the syntactic shape of a method call (as in `obj.m(...)`), and
85
* calls where the callee undergoes some additional local data flow (as in `tmp = obj.m; m(...)`).
86
*/
87
- CallCfgNode getAMethodCall(string methodName) {
+ MethodCallNode getAMethodCall(string methodName) {
88
result = this.getAnAttributeRead(methodName).getACall()
89
}
90
0 commit comments