concepts.dsl.value.ValueBase#

class ValueBase[source]#

Bases: object

The baseclass for all value representations of domain-specific languages.

Methods

Attributes

dtype

The type of the value.

__init__(dtype)[source]#

Initialize the Value object.

Parameters:

dtype (TypeBase) – the type of the value.

__new__(**kwargs)#
dtype: TypeBase#

The type of the value.