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
39
39
private import semmle.python.internal.CachedStages
40
40
private import semmle.python.dataflow.new.internal.TypeTrackingImpl:: CallGraphConstruction as CallGraphConstruction
41
41
42
- newtype TParameterPosition =
42
+ private newtype TParameterPosition =
43
43
/** Used for `self` in methods, and `cls` in classmethods. */
44
44
TSelfParameterPosition ( ) or
45
45
/**
@@ -146,7 +146,7 @@ class ParameterPosition extends TParameterPosition {
146
146
}
147
147
}
148
148
149
- newtype TArgumentPosition =
149
+ private newtype TArgumentPosition =
150
150
/** Used for `self` in methods, and `cls` in classmethods. */
151
151
TSelfArgumentPosition ( ) or
152
152
/**
You can’t perform that action at this time.
0 commit comments