File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1414class HasArrayNamespace (Protocol [NamespaceT_co ]):
1515 """Protocol for classes that have an `__array_namespace__` method.
1616
17+ See the Array API specification: https://data-apis.org/array-api/latest/
18+
1719 This `Protocol` is intended for use in static typing to ensure that an
1820 object has an `__array_namespace__` method that returns a namespace for
1921 array operations. This `Protocol` should not be used at runtime for type
@@ -76,6 +78,8 @@ class Array(
7678):
7779 """Array API specification for array object attributes and methods.
7880
81+ See the Array API specification: https://data-apis.org/array-api/latest/
82+
7983 The type is: ``Array[+DTypeT, +NamespaceT = ModuleType] = Array[DTypeT,
8084 NamespaceT]`` where:
8185
You can’t perform that action at this time.
0 commit comments