pygada_runtime
run()
pygada_runtime.module
pygada_runtime.node
pygada_runtime.program
pygada_runtime.typing
Package for creating and running Gada nodes in Python.
Open a new subprocess for running a Gada program.
The program is converted to its textual representation and saved to a temporary file in order to be run by gada.
from pygada_runtime import program with program.Process(prog) as process: process.wait()
prog (Union[Program, Node, str, dict]) – a program-like object
Union
Program
Node
str
dict
gada_bin (Optional[str]) – custom path to gada binary
Optional
AbstractRunContext