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

Method add_table

scenedetect/_thirdparty/simpletable.py:307–309  ·  view source on GitHub ↗

Add a SimpleTable to the page list of tables

(self, table)

Source from the content-addressed store, hash-verified

305 outfile.write(line)
306
307 def add_table(self, table):
308 """Add a SimpleTable to the page list of tables"""
309 self.tables.append(table)
310
311
312def fit_data_to_columns(data, num_cols):

Callers 1

write_scene_list_htmlFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected