meshroom.common.core.CoreDictModel

- class meshroom.common.core.CoreDictModel(keyAttrName, **kwargs)
- __init__(keyAttrName, **kwargs)
Methods
__init__(keyAttrName, **kwargs)add(obj)clear()get(key)Raises a KeyError if key is not in the map.
items()keys()pop(key)remove(obj)reset(objects)update(objects)values()Attributes
objects