concepts.dsl.tensor_state.StateObjectList#

class StateObjectList[source]#

Bases: ListValue

Methods

Attributes

element_type

dtype

The type of the value.

values

The values.

__init__(dtype, values)[source]#

Initialize the Value object.

Parameters:
__len__()#
__new__(**kwargs)#
dtype: ListType#

The type of the value.

property element_type: ObjectType#
values: Tuple[StateObjectReference, ...]#

The values.