Exec String

Execute Python code contained in a string.

The code will be evaluated in the context of your Python module. You can access or create variables, objects, and functions, import packages, etc.

../_images/Exec.png
int32_in int32_out Session ID/Session ID Out
The current Python session ID. Session ID Out always contains the same value as Session ID.
string_in Python Code
String containing Python commands to execute.
error_in error_out Error In/Out
Terminals for standard error functionality.