PyLink Functions
PyLink functionality is most easily accessed from the Python Object.
However, the following routines are available to evaluate Python
expressions and exchange data in functional form.
PyLink Functions
| pyevaluate |
Evaluate a Python function with optional arguments. |
| pyexec |
Execute an expression in Python syntax. |
| pyget |
Get the value of a Python variable. |
| pyglobals |
Display Python global variables. |
| pyhelp |
Display help text on a Python function. |
| pyinitobj |
Explicitly initialize the connection with Python and create a Python Object. |
| pyset |
Set the value of a Python variable. |
| pysource |
Display Python function source code. |