We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DataFlowPrivate
1 parent ae1ba11 commit 758a81cCopy full SHA for 758a81c
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
@@ -12,7 +12,6 @@ private import semmle.python.dataflow.new.internal.ImportStar
12
//
13
// This matches behavior in C#.
14
private import semmle.python.Frameworks
15
-private import semmle.python.Concepts
16
17
/** Gets the callable in which this node occurs. */
18
DataFlowCallable nodeGetEnclosingCallable(Node n) { result = n.getEnclosingCallable() }
0 commit comments