Assembly: Python;
The Python class contains static methods that are used to execute functions in the Python language.
This class enables the user to execute functions in the Python language without creating new separate objects.
Method name | Brief description | |
Invoke | The Invoke method executes function in the Python language and returns result of its work. | |
InvokeModule | The InvokeModule method executes the function stored in a Python module, and returns result of its work. |
See also: