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.
2 parents b8141b8 + 18b7763 commit 258cafbCopy full SHA for 258cafb
src/array_api_stubs/_2022_12/_types.py
@@ -39,15 +39,15 @@ class finfo_object:
39
max: float
40
min: float
41
smallest_normal: float
42
-
+ dtype: dtype
43
44
@dataclass
45
class iinfo_object:
46
"""Dataclass returned by `iinfo`."""
47
bits: int
48
max: int
49
min: int
50
51
52
_T_co = TypeVar("_T_co", covariant=True)
53
src/array_api_stubs/_draft/_types.py
0 commit comments