We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__array_namespace_info__
1 parent 6bfea7a commit b2e232bCopy full SHA for b2e232b
4 files changed
spec/2023.12/API_specification/inspection.rst
@@ -1,3 +1,5 @@
1
+.. _inspection:
2
+
3
Inspection
4
==========
5
spec/draft/API_specification/inspection.rst
src/array_api_stubs/_2023_12/info.py
@@ -25,6 +25,8 @@ def __array_namespace_info__() -> Info:
25
"""
26
Returns a namespace with Array API namespace inspection utilities.
27
28
+ See :ref:`inspection` for a list of inspection APIs.
29
30
Returns
31
-------
32
out: Info
src/array_api_stubs/_draft/info.py
0 commit comments