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.
_numtype
1 parent c4661c1 commit bcc212eCopy full SHA for bcc212e
‎src/_numtype/@test/test__numtype.pyi renamed to ‎src/_numtype/@test/test_to_array.pyi
@@ -44,12 +44,6 @@ S_3d: list[list[list[bytes]]]
44
U_3d: list[list[list[str]]]
45
O_3d: list[list[list[object]]]
46
47
-###
48
-# nested sequence
49
-
50
-nested_bool_1d: _nt.Sequence1ND[bool] = b_1d
51
-nested_bool_2d: _nt.Sequence1ND[bool] = b_2d
52
53
###
54
# bool
55
@@ -118,4 +112,4 @@ bool_3nd_reject_2d: _nt.ToBool_3nd = b1_2d # type: ignore[assignment] # pyrigh
118
112
bool_3nd_accept_3d: _nt.ToBool_3nd = b1_3d
119
113
120
114
121
-# TODO(jorenham): repeat for all the other `_To` and `_Co` types (codegen)
115
+# TODO(jorenham): repeat for all the other `_To` array-like types (codegen)
0 commit comments