Procedures and functions
The procedures and functions of the python3 module fail in case of Python compile-time or run-time errors.
pyexec |
Run a Python script from a string buffer and wait until it is finished.
|
pyinit |
Initialize the Python interpreter.
|
pyrun |
Run a Python script and wait until it is finished.
|
pyunload |
Release the Python interpreter and reset its state.
|