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

Method add_cells

scenedetect/_thirdparty/simpletable.py:182–185  ·  view source on GitHub ↗

Add a list of SimpleTableCell objects to the list of cells.

(self, cells)

Source from the content-addressed store, hash-verified

180 self.cells.append(cell)
181
182 def add_cells(self, cells):
183 """Add a list of SimpleTableCell objects to the list of cells."""
184 for cell in cells:
185 self.cells.append(cell)
186
187
188class SimpleTable:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected