Skip to content

Commit c724a52

Browse files
committed
Revert _all_ignore
1 parent 4371506 commit c724a52

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: array_api_compat/common/_aliases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def iinfo(type_: DType | Array, /, xp: Namespace) -> Any:
722722
"finfo",
723723
"iinfo",
724724
]
725-
_all_ignore = ["is_cupy_namespace", "inspect", "array_namespace", "NamedTuple"]
725+
_all_ignore = ["inspect", "array_namespace", "NamedTuple"]
726726

727727

728728
def __dir__() -> list[str]:

Diff for: array_api_compat/common/_helpers.py

-1
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,5 @@ def is_lazy_array(x: object) -> TypeGuard[_ArrayApiObj]:
10391039

10401040
_all_ignore = ["sys", "math", "inspect", "warnings"]
10411041

1042-
10431042
def __dir__() -> list[str]:
10441043
return __all__

Diff for: array_api_compat/cupy/_aliases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ def count_nonzero(
155155
'bitwise_invert', 'bitwise_right_shift',
156156
'bool', 'concat', 'count_nonzero', 'pow', 'sign']
157157

158-
_all_ignore = ['cp', 'get_xp', 'py_bool']
158+
_all_ignore = ['cp', 'get_xp']

0 commit comments

Comments
 (0)