lib
lib:py
Python inter-process communication
meta
def | lib:py |
---|---|
depends | lib:ph, lib:axon, lib:hx, lib:skyarc, lib:math, lib:docker |
is | lib |
lib | lib:py |
version | 3.1.10 |
docs
Overview • Prerequisites • Axon • Persistent Sessions • Data Marshalling • Python Environment • Docker in Docker
funcs
py |
Create a new |
---|---|
pyDefine |
Define a variable to be available to python code running in the session |
pyEval |
Evalue the given python statement in the session, and return the result |
pyExec |
Execute the given python code in the session and return the python session |
pyInit |
Initialize the python session by calling the given func to do any one-time setup of the python session |
pyTimeout |
Set the timeout for |