tiled.structures.structured_array.StructDtype

class tiled.structures.structured_array.StructDtype(itemsize: int, fields: List[tiled.structures.structured_array.Field])[source]
__init__(itemsize: int, fields: List[tiled.structures.structured_array.Field]) None

Methods

__init__(itemsize, fields)

from_json(structure)

from_numpy_dtype(dtype)

max_depth()

to_numpy_descr()

to_numpy_dtype()

Attributes

itemsize

fields