MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / __iter__

Method __iter__

scenedetect/_thirdparty/simpletable.py:174–176  ·  view source on GitHub ↗

Iterate through row cells

(self)

Source from the content-addressed store, hash-verified

172 return "\n".join(row)
173
174 def __iter__(self):
175 """Iterate through row cells"""
176 yield from self.cells
177
178 def add_cell(self, cell):
179 """Add a SimpleTableCell object to the list of cells."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected