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 6a7f55a commit 010ca90Copy full SHA for 010ca90
stdlib/builtins.pyi
@@ -79,7 +79,7 @@ if sys.version_info >= (3, 14):
79
from _typeshed import AnnotateFunc
80
81
_T = TypeVar("_T")
82
-_I = TypeVar("_I", int, bytes, float, bool, default=Any) # possibly memoryview types
+_I = TypeVar("_I", int, bytes, float, bool, default=Any) # possibly memoryview types # type: ignore[misc]
83
_T_co = TypeVar("_T_co", covariant=True)
84
_T_contra = TypeVar("_T_contra", contravariant=True)
85
_R_co = TypeVar("_R_co", covariant=True)
0 commit comments