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.
bool
issubdtype
1 parent b87ff77 commit abd550dCopy full SHA for abd550d
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