Compose supports bi-directional bridge between OML and Python with default datatype mappings. This guide shows how to expand this mapping to class objects.
Basic Python Types and OML Type Mapping
The table below compares the data types in OML and Python that can be used when creating a bridge between the two languages.
Map OML Class Object to Python Class Objects Compose supports bi-directional bridge between OML and Python with default datatype mappings. This guide shows how to expand this mapping to class objects.