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

Predicate jumpStep

Holds if nodeFrom can flow to nodeTo, by jumping from one callable to another. Additional steps specified by the configuration are not taken into account.

Import path

import semmle.python.dataflow.new.internal.DataFlowPrivate
predicate jumpStep(Node nodeFrom, Node nodeTo)