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.
CfgNode
1 parent 05102f9 commit d122a64Copy full SHA for d122a64
python/ql/lib/semmle/python/dataflow/new/internal/LocalSources.qll
@@ -104,7 +104,7 @@ class LocalSourceNode extends Node {
104
/**
105
* Gets a subscript of this node.
106
*/
107
- CfgNode getASubscript() { Cached::subscript(this, result) }
+ Node getASubscript() { Cached::subscript(this, result) }
108
109
110
* Gets a call to the method `methodName` on this node.
0 commit comments