SanderMertens / python-binding

Python for Corto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change cortopy.types from dict to MappingProxyType

jleeothon opened this issue · comments

cortopy.types is supposed to be a collection of all types that have been built on cortopy from Corto types. This should be a read-only dictionary, but not a frozen collection. MappingProxyType is the correct type for this task.