MCPcopy Create free account
hub / github.com/Kitware/VTK / __iter__

Method __iter__

Web/Python/vtkmodules/web/camera.py:601–604  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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# -----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

setArgumentsMethod · 0.80

Tested by

no test coverage detected