concepts.dsl.tensor_state.StateObjectList#

class StateObjectList[source]#

Bases: ListValue

Methods

Attributes

array_accessor

element_type

is_qindex

dtype

The type of the value.

values

The values.

__init__(dtype, values)[source]#

Initialize the Value object.

Parameters:
__len__()#
__new__(**kwargs)#
property array_accessor: Sequence[int] | slice#
dtype: ListType#

The type of the value.

property element_type: ObjectType#
property is_qindex: bool#
values: Tuple[StateObjectReference, ...] | slice#

The values.