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

Predicate Private::Steps::summaryJumpStep

Holds if there is a jump step from pred to succ, which is synthesized from a flow summary.

Import path

import semmle.python.dataflow.new.internal.FlowSummaryImpl
predicate summaryJumpStep(SummaryNode pred, SummaryNode succ)