concepts.dsl.value.Value#

class Value[source]#

Bases: ValueBase

A simple value object holds a pair of dtype and a value.

Methods

Attributes

dtype

The type of the value.

value

The value.

__init__(dtype, value)[source]#

Initialize the Value object.

Parameters:
__new__(**kwargs)#
dtype: ObjectType | ValueType#

The type of the value.

value: Any#

The value.