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 e58a287 commit 46844caCopy full SHA for 46844ca
numpy/_core/strings.pyi
@@ -13,7 +13,6 @@ from numpy._typing import (
13
)
14
15
16
-AR_T: TypeAlias = np.ndarray[_Shape, np.dtypes.StringDType]
17
_StringDTypeArray: TypeAlias = np.ndarray[_Shape, np.dtypes.StringDType]
18
_StringDTypeSupportsArray: TypeAlias = _SupportsArray[np.dtypes.StringDType]
19
_StringDTypeOrUnicodeArray: TypeAlias = np.ndarray[_Shape, np.dtype[np.str_]] | np.ndarray[_Shape, np.dtypes.StringDType]
0 commit comments