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 5caff81 commit 3b9335cCopy full SHA for 3b9335c
python/ql/lib/semmle/python/AstExtended.qll
@@ -60,7 +60,7 @@ abstract class AstNode extends AstNode_ {
60
/** Whether this contains `inner` syntactically */
61
predicate contains(AstNode inner) { this.getAChildNode+() = inner }
62
63
- pragma[noinline]
+ pragma[nomagic]
64
private predicate containsInScope(AstNode inner, Scope scope) {
65
this.contains(inner) and
66
not inner instanceof Scope and
0 commit comments