Skip to content

Convenience function for conversion of Ujo containers to Python objects

Conveniently convert any Ujo container object to Python objects by calling

from ujotypes.tools import ujo_to_python

python_object = ujo_to_python(self.ujo_list)

Merge request reports

Loading