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.
"b1"
bool_
1 parent 3bcd138 commit 97d7262Copy full SHA for 97d7262
src/numpy-stubs/_typing/_char_codes.pyi
@@ -1,6 +1,6 @@
1
from typing import Literal, TypeAlias
2
3
-_BoolCodes: TypeAlias = Literal["bool", "bool_", "?", "|?", "=?", "<?", ">?", "\x00"]
+_BoolCodes: TypeAlias = Literal["bool", "bool_", "b1", "?", "|?", "=?", "<?", ">?", "\x00"]
4
5
_Int8Codes: TypeAlias = Literal["int8", "byte", "i1", "b", "|i1", "|b", "=i1", "=b", "<i1", "<b", ">i1", ">b", "\x01"]
6
_UInt8Codes: TypeAlias = Literal["uint8", "ubyte", "u1", "B", "|u1", "|B", "=u1", "=B", "<u1", "<B", ">u1", ">B", "\x02"]
0 commit comments