Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/array_api_stubs/_2022_12/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ class finfo_object:
max: float
min: float
smallest_normal: float

dtype: dtype

@dataclass
class iinfo_object:
"""Dataclass returned by `iinfo`."""
bits: int
max: int
min: int

dtype: dtype

_T_co = TypeVar("_T_co", covariant=True)

Expand Down
4 changes: 2 additions & 2 deletions src/array_api_stubs/_draft/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ class finfo_object:
max: float
min: float
smallest_normal: float

dtype: dtype

@dataclass
class iinfo_object:
"""Dataclass returned by `iinfo`."""
bits: int
max: int
min: int

dtype: dtype

_T_co = TypeVar("_T_co", covariant=True)

Expand Down