tiled.structures.array.ArrayStructure

class tiled.structures.array.ArrayStructure(data_type: tiled.structures.array.BuiltinDtype | tiled.structures.array.StructDtype, chunks: Tuple[Tuple[int, ...], ...], shape: Tuple[int, ...], dims: Tuple[str, ...] | NoneType = None, resizable: bool | Tuple[bool, ...] = False)[source]
__init__(data_type: BuiltinDtype | StructDtype, chunks: Tuple[Tuple[int, ...], ...], shape: Tuple[int, ...], dims: Tuple[str, ...] | None = None, resizable: bool | Tuple[bool, ...] = False) None

Methods

__init__(data_type, chunks, shape[, dims, ...])

from_array(array[, shape, chunks, dims])

from_json(structure)

Attributes

dims

resizable

data_type

chunks

shape