mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 16:36:32 +02:00
[common] add 'values' method on DictModels
This commit is contained in:
parent
4ea793be74
commit
e391d76a82
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,9 @@ class CoreDictModel:
|
|||
def items(self):
|
||||
return self._objects.items()
|
||||
|
||||
def values(self):
|
||||
return self._objects.values()
|
||||
|
||||
@property
|
||||
def objects(self):
|
||||
return self._objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue