CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

Member predicate RaisingNode::viableExceptionalExit

Whether this exceptional exit is viable. That is, is it plausible that the scope s can be exited with exception raised at this point.

predicate viableExceptionalExit(Scope s, ClassValue raised)