MCPcopy Create free account
hub / github.com/NVIDIA/pix2pixHD / add_table

Method add_table

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

Source from the content-addressed store, hash-verified

26 h3(str)
27
28 def add_table(self, border=1):
29 self.t = table(border=border, style="table-layout: fixed;")
30 self.doc.add(self.t)
31
32 def add_images(self, ims, txts, links, width=512):
33 self.add_table()

Callers 1

add_imagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected