Skip to content

Commit 4e0102b

Browse files
committed
Add missing names to __all__
1 parent 44e9299 commit 4e0102b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

array_api_strict/__init__.py

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"broadcast_to",
8484
"can_cast",
8585
"finfo",
86+
"isdtype",
8687
"iinfo",
8788
"result_type",
8889
]
@@ -114,6 +115,8 @@
114115
"uint64",
115116
"float32",
116117
"float64",
118+
"complex64",
119+
"complex128",
117120
"bool",
118121
]
119122

@@ -196,6 +199,7 @@
196199
"bitwise_right_shift",
197200
"bitwise_xor",
198201
"ceil",
202+
"conj",
199203
"cos",
200204
"cosh",
201205
"divide",
@@ -206,6 +210,7 @@
206210
"floor_divide",
207211
"greater",
208212
"greater_equal",
213+
"imag",
209214
"isfinite",
210215
"isinf",
211216
"isnan",
@@ -225,6 +230,7 @@
225230
"not_equal",
226231
"positive",
227232
"pow",
233+
"real",
228234
"remainder",
229235
"round",
230236
"sign",

0 commit comments

Comments
 (0)