We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe57b42 commit 9f9cebfCopy full SHA for 9f9cebf
src/array_api_stubs/_draft/array_object.py
@@ -26,6 +26,7 @@ class _array:
26
exchange of array data at the C extension level without going through Python-level exchange.
27
See :ref:`data-interchange` section for more details.
28
"""
29
+
30
# use None for placeholder
31
__dlpack_c_exchange_api__: PyCapsule = None
32
0 commit comments