Predicate resolveCall
Holds if call
is a call to the target
, with call-type type
.
Import path
import semmle.python.dataflow.new.internal.DataFlowDispatch
predicate
resolveCall
(
CallNode
call
,
Function
target
,
CallType
type
)