Skip to content

Commit 2e254e4

Browse files
committed
py
1 parent efe21cc commit 2e254e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private import FlowSummaryImpl as FlowSummaryImpl
3939
private import semmle.python.internal.CachedStages
4040
private 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
/**

0 commit comments

Comments
 (0)