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

Method __iter__

scenedetect/_thirdparty/simpletable.py:249–251  ·  view source on GitHub ↗

Iterate through table rows

(self)

Source from the content-addressed store, hash-verified

247 return "\n".join(table)
248
249 def __iter__(self):
250 """Iterate through table rows"""
251 yield from self.rows
252
253 def add_row(self, row):
254 """Add a SimpleTableRow object to the list of rows."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected