Procedures and functions
The procedures and functions of the python3 module fail in case of Python compile-time or run-time errors.
pycall |
Call a Python object, a function, with optional input arguments and convert the result to a Mosel variable.
|
pyexec |
Execute Python statements from a string.
|
pyget |
Get the result of a Python expression as Mosel variable.
|
pygetdf |
Initialize a list of Mosel arrays from the columns of a pandas DataFrame.
|
pyinit |
Initialize the Python interpreter.
|
pyinitpandas |
Set pyusepandas parameter to true and initialize the pandas interface.
|
pyrun |
Run a Python script and wait until it is finished.
|
pyset |
Assign a Mosel value to a global Python variable.
|
pysetdf |
Convert a list of Mosel arrays to a pandas DataFrame.
|
pyunload |
Release the Python interpreter and its resources.
|