concepts.dsl.value.Value#
- class Value[source]#
Bases:
ValueBase
A simple value object holds a pair of dtype and a value.
Methods
Attributes
- __init__(dtype, value)[source]#
Initialize the Value object.
- Parameters:
dtype (ObjectType | ValueType) – the type of the value.
value (Any) – the value.
- __new__(**kwargs)#
- dtype: ObjectType | ValueType#
The type of the value.