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.
2 parents 1b25ef5 + abd550d commit 1d77082Copy full SHA for 1d77082
numpy/_core/numerictypes.pyi
@@ -177,12 +177,9 @@ class _TypeCodes(TypedDict):
177
Datetime: L['Mm']
178
All: L['?bhilqnpBHILQNPefdgFDGSUVOMm']
179
180
-def isdtype(
181
- dtype: dtype[Any] | type[Any],
182
- kind: DTypeLike | tuple[DTypeLike, ...],
183
-) -> builtins.bool: ...
+def isdtype(dtype: dtype[Any] | type[Any], kind: DTypeLike | tuple[DTypeLike, ...]) -> builtins.bool: ...
184
185
-def issubdtype(arg1: DTypeLike, arg2: DTypeLike) -> bool: ...
+def issubdtype(arg1: DTypeLike, arg2: DTypeLike) -> builtins.bool: ...
186
187
typecodes: _TypeCodes
188
ScalarType: tuple[
0 commit comments