Thanks to visit codestin.com Credit goes to github.com
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 90a05da + 1fc37e6 commit 6e042ddCopy full SHA for 6e042dd
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