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

Method add_row

scenedetect/_thirdparty/simpletable.py:253–255  ·  view source on GitHub ↗

Add a SimpleTableRow object to the list of rows.

(self, row)

Source from the content-addressed store, hash-verified

251 yield from self.rows
252
253 def add_row(self, row):
254 """Add a SimpleTableRow object to the list of rows."""
255 self.rows.append(row)
256
257 def add_rows(self, rows):
258 """Add a list of SimpleTableRow objects to the list of rows."""

Callers 1

write_scene_list_htmlFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected