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.
ModuleVariableNode
1 parent 0c4bcec commit d274fa1Copy full SHA for d274fa1
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
@@ -928,6 +928,8 @@ predicate forceHighPrecision(Content c) { none() }
928
929
/** Holds if `n` should be hidden from path explanations. */
930
predicate nodeIsHidden(Node n) {
931
+ n instanceof ModuleVariableNode
932
+ or
933
n instanceof SummaryNode
934
or
935
n instanceof SummaryParameterNode
0 commit comments