Python Assembly Classes

  Class Brief description
Python The Python class contains static methods that are used to execute functions in the Python language.
PythonClassObject The PythonClassObject class implements the object that is a Python language class instance.
PythonDictionary The PythonDictionary class implements the object that is a Python dictionary.
PythonException The PythonException class implements instance of the exception that may be thrown on executing a Python function.
PythonList The PythonList class implements the object that is a Python language list.
PythonParameter The PythonParameter class implements the named parameter that can be sent to a Python function.
PythonSerializer The PythonSerializer class implements the object that is used to store and load Python modules.
PythonSet The PythonSet class implements the object that is a Python language set.
PythonTuple The PythonTuple class implements the object that is a Python language tuple.
PythonUtils The PythonUtils class implements the object that is used to execute functions in the Python language.
PythonValueObject The PythonValueObject class implements the object that can be sent in a function in the Python language.

See also:

Python Assembly Interfaces | Python Assembly Enumerations | Examples