Skip to content

Convenience function for conversion of Ujo containers to Python objects

Björn Latte requested to merge bl/ujotypes-py:UjoToPython into master

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