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.
1 parent 175e053 commit 7e67f03Copy full SHA for 7e67f03
stdlib/operator.pyi
@@ -61,7 +61,7 @@ _T_co = TypeVar("_T_co", covariant=True)
61
_T1 = TypeVar("_T1")
62
_T2 = TypeVar("_T2")
63
_Ts = TypeVarTuple("_Ts")
64
-_P = ParamSpec("_P", default=...)
+_P = ParamSpec("_P", default=[])
65
_R = TypeVar("_R", default=Any)
66
67
__all__ = [
0 commit comments