MCPcopy
hub / github.com/NVlabs/SPADE / add_table

Method add_table

util/html.py:41–43  ·  view source on GitHub ↗
(self, border=1)

Source from the content-addressed store, hash-verified

39 h3(str)
40
41 def add_table(self, border=1):
42 self.t = table(border=border, style="table-layout: fixed;")
43 self.doc.add(self.t)
44
45 def add_images(self, ims, txts, links, width=512):
46 self.add_table()

Callers 1

add_imagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected