tiled.structures.structured_array.Field

class tiled.structures.structured_array.Field(name: str, dtype: Union[tiled.structures.array.MachineDataType, ForwardRef('StructDtype')], shape: Union[Tuple[int, ...], NoneType])[source]
__init__(name: str, dtype: Union[tiled.structures.array.MachineDataType, tiled.structures.structured_array.StructDtype], shape: Optional[Tuple[int, ...]]) None

Methods

__init__(name, dtype, shape)

from_json(structure)

from_numpy_descr(field)

to_numpy_descr()

Attributes

name

dtype

shape