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

Method add_cell

scenedetect/_thirdparty/simpletable.py:178–180  ·  view source on GitHub ↗

Add a SimpleTableCell object to the list of cells.

(self, cell)

Source from the content-addressed store, hash-verified

176 yield from self.cells
177
178 def add_cell(self, cell):
179 """Add a SimpleTableCell object to the list of cells."""
180 self.cells.append(cell)
181
182 def add_cells(self, cells):
183 """Add a list of SimpleTableCell objects to the list of cells."""

Callers 1

write_scene_list_htmlFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected