8000
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 02688c2 commit 12e3e1aCopy full SHA for 12e3e1a
numpy/__init__.pyi
@@ -787,7 +787,7 @@ class dtype(Generic[_DTypeScalar]):
787
],
788
align: bool = ...,
789
copy: bool = ...,
790
- ) -> dtype[complex128]: ...
+ ) -> dtype[complex64]: ...
791
@overload
792
def __new__(
793
cls,
@@ -820,6 +820,7 @@ class dtype(Generic[_DTypeScalar]):
820
">S",
821
"bytes",
822
"bytes_",
823
+ "bytes0",
824
825
826
@@ -838,6 +839,7 @@ class dtype(Generic[_DTypeScalar]):
838
839
# to is platform-dependent.
840
"str",
841
"str_",
842
+ "str0",
843
844
845
0 commit comments