mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 13:00:17 +00:00
Update array2d.pyi
This commit is contained in:
parent
665b95a162
commit
a9820102eb
@ -27,7 +27,7 @@ class array2d(Generic[T]):
|
||||
def __setitem__(self, index: tuple[slice, slice], value: int | float | str | bool | None | 'array2d[T]'): ...
|
||||
|
||||
def __len__(self) -> int: ...
|
||||
def __iter__(self) -> Iterator[T]: ...
|
||||
def __iter__(self) -> Iterator[tuple[int, int, T]]: ...
|
||||
def __eq__(self, other: 'array2d') -> bool: ...
|
||||
def __ne__(self, other: 'array2d') -> bool: ...
|
||||
def __repr__(self): ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user