(self)
| 599 | self.dataHandler.updatePriority(keyList[idx], priorityList[idx]) |
| 600 | |
| 601 | def __iter__(self): |
| 602 | for cameraData in self.cameraSettings: |
| 603 | self.dataHandler.setArguments(multiView=cameraData["nameIdx"]) |
| 604 | yield cameraData |
| 605 | |
| 606 | |
| 607 | # ----------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected