Skip to content

Commit c94c18a

Browse files
committed
DOC: document is_*_namespace fns
1 parent 6280e63 commit c94c18a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/helper-functions.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ instead, which would be wrapped.
4040
Inspection Helpers
4141
------------------
4242

43-
These convenience functions can be used to test if an array comes from a
43+
These convenience functions can be used to test if an array or namespace comes from a
4444
specific library without importing that library if it hasn't been imported
4545
yet.
4646

@@ -51,3 +51,11 @@ yet.
5151
.. autofunction:: is_jax_array
5252
.. autofunction:: is_pydata_sparse_array
5353
.. autofunction:: is_ndonnx_array
54+
.. autofunction:: is_numpy_namespace
55+
.. autofunction:: is_cupy_namespace
56+
.. autofunction:: is_torch_namespace
57+
.. autofunction:: is_dask_namespace
58+
.. autofunction:: is_jax_namespace
59+
.. autofunction:: is_pydata_sparse_namespace
60+
.. autofunction:: is_ndonnx_namespace
61+
.. autofunction:: is_array_api_strict_namespace

0 commit comments

Comments
 (0)