Skip to content

Commit 8ee2587

Browse files
committed
Python: Moves library predicates to suffixed names
1 parent 85f5ad2 commit 8ee2587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Exceptions/Raising.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import python
22

33
/** Whether the raise statement 'r' raises 'type' from origin 'orig' */
4-
predicate type_or_typeof(Raise r, ClassObject type, AstNode orig) {
4+
predicate type_or_typeof_objectapi(Raise r, ClassObject type, AstNode orig) {
55
exists(Expr exception |
66
exception = r.getRaised() |
77
exception.refersTo(type, _, orig)

0 commit comments

Comments
 (0)