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

Predicate signature StepRelationTransformations::stepSig

Holds if there is a step from nodeFrom to nodeTo in the step relation to be transformed.

This is the input relation to the transformations.

Import path

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