We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe21cc commit 2e254e4Copy full SHA for 2e254e4
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll
@@ -39,7 +39,7 @@ private import FlowSummaryImpl as FlowSummaryImpl
39
private import semmle.python.internal.CachedStages
40
private import semmle.python.dataflow.new.internal.TypeTrackingImpl::CallGraphConstruction as CallGraphConstruction
41
42
-newtype TParameterPosition =
+private newtype TParameterPosition =
43
/** Used for `self` in methods, and `cls` in classmethods. */
44
TSelfParameterPosition() or
45
/**
@@ -146,7 +146,7 @@ class ParameterPosition extends TParameterPosition {
146
}
147
148
149
-newtype TArgumentPosition =
+private newtype TArgumentPosition =
150
151
TSelfArgumentPosition() or
152
0 commit comments