File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python/dataflow/new/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ private import FlowSummaryImpl as FlowSummaryImpl
3939private import semmle.python.internal.CachedStages
4040private import semmle.python.dataflow.new.internal.TypeTrackingImpl:: CallGraphConstruction as CallGraphConstruction
4141
42- newtype TParameterPosition =
42+ private newtype TParameterPosition =
4343 /** Used for `self` in methods, and `cls` in classmethods. */
4444 TSelfParameterPosition ( ) or
4545 /**
@@ -146,7 +146,7 @@ class ParameterPosition extends TParameterPosition {
146146 }
147147}
148148
149- newtype TArgumentPosition =
149+ private newtype TArgumentPosition =
150150 /** Used for `self` in methods, and `cls` in classmethods. */
151151 TSelfArgumentPosition ( ) or
152152 /**
You can’t perform that action at this time.
0 commit comments