python_runtime

python_runtime#

Implementation of simple python-only runtime.

Classes

PyRuntime

A simplified python-only Tierkreis runtime.

VizRuntime

Child class of PyRuntime that can interact with a tierkreis-viz instance for live graph visualization.

Exceptions

FunctionNotFound(fname)

Function expected but not found.

InputNotFound(edge)

Node input expected but not found.

OutputNotFound(edge)

Node output expected but not found.