Python Assembly Interfaces

  Interface Brief description
IPythonClassObject The IPythonClassObject interface is used to work with the object that is an instance of a class in the Python language.
IPythonException The IPythonException interface describes only exceptions that may occur on executing functions in the Python language.
IPythonList The IPythonList interface is used to work with Python language data type that is a list.
IPythonObject The IPythonObject interface contains basic properties of all objects that can be used in functions in the Python language.
IPythonParameter The IPythonParameter interface is used to work with a function named parameter in the Python language.
IPythonTuple The IPythonTuple interface is used to work with Python language data type that is a tuple.
IPythonUtils The IPythonUtils interface is used to execute functions on the Python language.
IPythonValueObject The IPythonValueObject interface is used to work with object that can be sent in function in the Python language.

See also:

Python Assembly Enumerations | Python Assembly Classes | Examples