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

Predicate isUnreachableInCall

Holds if the node n is unreachable when the call context is call.

Import path

import semmle.python.dataflow.new.internal.DataFlowPrivate
predicate isUnreachableInCall(Node n, DataFlowCall call)