We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247ee6d commit 85fce08Copy full SHA for 85fce08
1 file changed
array_api_compat/cupy/_aliases.py
@@ -148,4 +148,6 @@ def take_along_axis(x: Array, indices: Array, /, *, axis: int = -1) -> Array:
148
'bool', 'concat', 'count_nonzero', 'pow', 'sign',
149
'take_along_axis']
150
151
-_all_ignore = ['cp', 'get_xp']
+
152
+def __dir__() -> list[str]:
153
+ return __all__
0 commit comments