Skip to content

Commit 3b9335c

Browse files
committed
nomagic on containsInScope
1 parent 5caff81 commit 3b9335c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/AstExtended.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ abstract class AstNode extends AstNode_ {
6060
/** Whether this contains `inner` syntactically */
6161
predicate contains(AstNode inner) { this.getAChildNode+() = inner }
6262

63-
pragma[noinline]
63+
pragma[nomagic]
6464
private predicate containsInScope(AstNode inner, Scope scope) {
6565
this.contains(inner) and
6666
not inner instanceof Scope and

0 commit comments

Comments
 (0)