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 d6a53f9 commit 2f01c20Copy full SHA for 2f01c20
array_api_compat/cupy/_aliases.py
@@ -160,3 +160,6 @@ def count_nonzero(
160
'atan2', 'atanh', 'bitwise_left_shift',
161
'bitwise_invert', 'bitwise_right_shift',
162
'bool', 'concat', 'count_nonzero', 'pow', 'sign']
163
+
164
+def __dir__() -> list[str]:
165
+ return __all__
0 commit comments