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

Method __iter__

scenedetect/_thirdparty/simpletable.py:297–299  ·  view source on GitHub ↗

Iterate through tables

(self)

Source from the content-addressed store, hash-verified

295 return "\n".join(page)
296
297 def __iter__(self):
298 """Iterate through tables"""
299 yield from self.tables
300
301 def save(self, filename):
302 """Save HTML page to a file using the proper encoding"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected