Python

Assembly: Python;

Description

The Python class contains static methods that are used to execute functions in the Python language.

Comments

This class enables the user to execute functions in the Python language without creating new separate objects.

Static Class Methods

  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:

Python Assembly Classes