Skip to content

Add class wrapper for map variant type

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

Adds Ujo Types map object to allow Python like dictionary behavior of the map it inherits from MutableMapping an implements all necessary class functions of the MutableMapping abstract base class.

Merge request reports