scipp.DType#

class scipp.DType#

Representation of a data type of a Variable in scipp. See https://scipp.github.io/reference/dtype.html for details.

__init__(self: scipp._scipp.core.DType, arg0: object) None#

Methods

__init__(self, arg0)

Attributes

DataArray

DataArrayView

Dataset

DatasetView

PyObject

SubbinSizes

Variable

VariableView

affine_transform3

bool

datetime64

float32

float64

index_pair

int32

int64

linear_transform3

rotation3

span_bool

span_const_bool

span_const_datetime64

span_const_float32

span_const_float64

span_const_int32

span_const_int64

span_const_string

span_const_vector_3_float64

span_datetime64

span_float32

span_float64

span_int32

span_int64

span_string

span_vector_3_float64

string

translation3

unordered_map_bool_to_int32_t

unordered_map_bool_to_int64_t

unordered_map_datetime64_to_int32_t

unordered_map_datetime64_to_int64_t

unordered_map_double_to_int32_t

unordered_map_double_to_int64_t

unordered_map_float32_to_int32_t

unordered_map_float32_to_int64_t

unordered_map_float64_to_int32_t

unordered_map_float64_to_int64_t

unordered_map_float_to_int32_t

unordered_map_float_to_int64_t

unordered_map_string_to_int32_t

unordered_map_string_to_int64_t

vector3

void