Python: Moves predicates over to suffixed form

This commit is contained in:
Rebecca Valentine
2020-03-09 11:56:57 -07:00
parent 02ae0fbda6
commit 6d10c47cba
5 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import python
from ExceptFlowNode ex, Object t
where ex.handledException(t, _, _)
where ex.handledException_objectapi(t, _, _)
select ex.getLocation().getStartLine(), ex.toString(), t.toString()