Predicate Private :: summaryArgumentNode
Holds if summary node arg
is at position pos
in the call c
.
Import path
import semmle.python.dataflow.new.internal.FlowSummaryImpl
predicate
summaryArgumentNode
(
DataFlowCall
c
,
SummaryNode
arg
,
ArgumentPosition
pos
)