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

Class Orm::AdditionalOrmSteps

INTERNAL: Do not use.

A unit class for adding additional data-flow steps for ORM models.

Import path

import semmle.python.dataflow.new.internal.DataFlowPrivate

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    jumpStep

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

    storeStep

    Holds if data can flow from nodeFrom to nodeTo via an assignment to content c.

    Inherited predicates

    toString

    Gets a textual representation of this element.

    from Unit