We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e47b9 commit 34ab4efCopy full SHA for 34ab4ef
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -45,8 +45,8 @@ class Value extends TObject {
45
}
46
47
/** Gets the origin AST node for this value. */
48
- AstNode getOrigin() {
49
- result = this.(ObjectInternal).getOrigin().getNode()
+ ControlFlowNode getOrigin() {
+ result = this.(ObjectInternal).getOrigin()
50
51
52
0 commit comments