We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74409a1 commit ae3b5bdCopy full SHA for ae3b5bd
src/array_api_typing/_namespace.py
@@ -11,7 +11,7 @@
11
A = TypeVar("A", bound=Array, default=Array) # PEP 696 default
12
13
14
-class Namespace(Protocol[A]):
+class ArrayNamespace(Protocol[A]):
15
"""An Array API namespace."""
16
17
def asarray(
0 commit comments