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 | 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 | from DataFlowCall |
toString | Gets a textual representation of this element. | from DataFlowCall |