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

Method add_rows

scenedetect/_thirdparty/simpletable.py:257–260  ·  view source on GitHub ↗

Add a list of SimpleTableRow objects to the list of rows.

(self, rows)

Source from the content-addressed store, hash-verified

255 self.rows.append(row)
256
257 def add_rows(self, rows):
258 """Add a list of SimpleTableRow objects to the list of rows."""
259 for row in rows:
260 self.rows.append(row)
261
262
263class HTMLPage:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected