concepts.dsl.tensor_state.StateObjectList#
- class StateObjectList[source]#
Bases:
ListValue
Methods
clone
([dtype])Attributes
The type of the value.
The values.
- __init__(dtype, values)[source]#
Initialize the Value object.
- Parameters:
dtype (ListType) – the type of the value.
values (Sequence[StateObjectReference] | slice) – the values.
- __len__()#
- __new__(**kwargs)#
- property element_type: ObjectType#
- values: Tuple[StateObjectReference, ...] | slice#
The values.