values#
Tierkreis values and utilities for converting between Python and Tierkreis values.
Classes
Boolean. |
|
IEEE 754 double precision floating point number. |
|
Signed integer. |
|
A map from keys of one type to values of another. |
|
A pair of two types. |
|
UTF-8 encoded string. |
|
A composite structure of named fields. |
|
Abstract base class for all Tierkreis compatible values. |
|
Used to represent a Tierkreis Variant as a native python value. |
|
A vector of elements of the same type. |
Exceptions
|
Could not convert value to type declared by annotation. |
|
Python value could not be converted to a Tierkreis value. |
|
Could not convert a Tierkreis value to a python value. |