Bases: object
The baseclass for all value representations of domain-specific languages.
Methods
Attributes
-
__init__(dtype)[source]
Initialize the Value object.
- Parameters:
dtype (TypeBase) – the type of the value.
-
__new__(**kwargs)
-
dtype: TypeBase
The type of the value.