Skip to content

Commit 48bcde8

Browse files
committed
Python: Move objectapi code to suffixed name
1 parent 85f5ad2 commit 48bcde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Exceptions/NotImplemented.qll

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

44
/** Holds if `notimpl` refers to `NotImplemented` or `NotImplemented()` in the `raise` statement */
5-
predicate use_of_not_implemented_in_raise(Raise raise, Expr notimpl) {
5+
predicate use_of_not_implemented_in_raise_objectapi(Raise raise, Expr notimpl) {
66
notimpl.refersTo(Object::notImplemented()) and
77
(
88
notimpl = raise.getException() or

0 commit comments

Comments
 (0)