Python: Rename -> DataFlowDispatch

So diff can make more sense when introducing blank state for type-tracking based call-graph
This commit is contained in:
Rasmus Wriedt Larsen
2022-05-31 01:18:20 +02:00
parent f327a3f62a
commit 6f5007b810
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ private import semmle.python.Frameworks
// make it more digestible.
import MatchUnpacking
import IterableUnpacking
import DataFlowDispatchPointsTo
import DataFlowDispatch
/** Gets the callable in which this node occurs. */
DataFlowCallable nodeGetEnclosingCallable(Node n) { result = n.getEnclosingCallable() }