Skip to content

Commit 2f01c20

Browse files
committed
cp
1 parent d6a53f9 commit 2f01c20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

array_api_compat/cupy/_aliases.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,6 @@ def count_nonzero(
160160
'atan2', 'atanh', 'bitwise_left_shift',
161161
'bitwise_invert', 'bitwise_right_shift',
162162
'bool', 'concat', 'count_nonzero', 'pow', 'sign']
163+
164+
def __dir__() -> list[str]:
165+
return __all__

0 commit comments

Comments
 (0)