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

Class DataFlowCall

A call that is taken into account by the global data flow computation.

Import path

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

Direct supertypes

Known direct subtypes

Predicates

getArgument

Gets the argument at position apos, if any.

getCallable

Get the callable to which this call goes.

getEnclosingCallable

Gets the enclosing callable of this call.

getLocation

Gets the location of this dataflow call.

getNode

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

getScope

Gets the scope of this node, if any.

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.

toString

Gets a textual representation of this element.