mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
...
This commit is contained in:
parent
9ff48c7dba
commit
d3bc8a53ad
@ -15,7 +15,7 @@ class array2d[T]:
|
||||
@property
|
||||
def numel(self) -> int: ...
|
||||
|
||||
def __new__(cls, n_cols: int, n_rows: int, default: Callable[[vec2i], T] = None): ...
|
||||
def __new__(cls, n_cols: int, n_rows: int, default: T | Callable[[vec2i], T] | None = None): ...
|
||||
def __eq__(self, other: object) -> array2d[bool]: ... # type: ignore
|
||||
def __ne__(self, other: object) -> array2d[bool]: ... # type: ignore
|
||||
def __repr__(self) -> str: ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user