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

Class ExtractedDataFlowCall

A call found in the program source (as opposed to a synthesised call).

Import path

import semmle.python.dataflow.new.internal.DataFlowDispatch

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    getLocation

    Gets the location of this dataflow call.

    Inherited predicates

    getArgument

    Gets the argument at position apos, if any.

    from DataFlowCall
    getCallable

    Get the callable to which this call goes.

    from DataFlowCall
    getEnclosingCallable

    Gets the enclosing callable of this call.

    from DataFlowCall
    getNode

    Get the control flow node representing this call, if any.

    from DataFlowCall
    getScope

    Gets the scope of this node, if any.

    from DataFlowCall
    hasLocationInfo

    Holds if this element is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

    from DataFlowCall
    toString

    Gets a textual representation of this element.

    from DataFlowCall