mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +02:00
[core] add 'items' on CoreModel
This commit is contained in:
parent
b7175e219f
commit
17e77f2e82
2 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,9 @@ class CoreDictModel:
|
|||
def keys(self):
|
||||
return self._objects.keys()
|
||||
|
||||
def items(self):
|
||||
return self._objects.items()
|
||||
|
||||
@property
|
||||
def objects(self):
|
||||
return self._objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue