mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-09 09:00:22 +00:00
Update array2d.pyi
This commit is contained in:
parent
24428793fc
commit
52aed673dc
@ -135,7 +135,7 @@ class chunked_array2d[T, TContext]:
|
||||
def __new__(
|
||||
cls,
|
||||
chunk_size: int,
|
||||
default: T = None,
|
||||
default: T | None = None,
|
||||
context_builder: Callable[[vec2i], TContext] | None = None,
|
||||
): ...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user