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 6699efb commit 7e6ccf9Copy full SHA for 7e6ccf9
src/array_api_extra/_lib/__init__.py
src/array_api_extra/_lib/_compat.pyi
@@ -2,6 +2,8 @@ from types import ModuleType
2
3
from ._typing import Array, Device
4
5
+# pylint: disable=missing-class-docstring,unused-argument
6
+
7
class ArrayModule(ModuleType):
8
def device(self, x: Array, /) -> Device: ...
9
0 commit comments