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.
IPythonDictionary The IPythonDictionary interface is used to work with Python language data type that is a dictionary.
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.
IPythonModule The IPythonModule interface is used to work with the Python Module development environment object.
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.
IPythonSerializer The IPythonSerializer interface contains methods for saving and loading of Python modules.
IPythonSerializerLoader The IPythonSerializerLoader interface contains properties and methods for loading Python modules from files.
IPythonSet The IPythonSet interface is used to work with Python language data type that is a set.
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