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 85f5ad2 commit 8ee2587Copy full SHA for 8ee2587
python/ql/src/Exceptions/Raising.qll
@@ -1,7 +1,7 @@
1
import python
2
3
/** Whether the raise statement 'r' raises 'type' from origin 'orig' */
4
-predicate type_or_typeof(Raise r, ClassObject type, AstNode orig) {
+predicate type_or_typeof_objectapi(Raise r, ClassObject type, AstNode orig) {
5
exists(Expr exception |
6
exception = r.getRaised() |
7
exception.refersTo(type, _, orig)
0 commit comments