Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/richzhang/PerceptualSimilarity
/ add_table
Method
add_table
util/html.py:31–33 ·
view source on GitHub ↗
(self, border=1)
Source
from the content-addressed store, hash-verified
29
h3(str)
30
31
def
add_table(self, border=1):
32
self.t = table(border=border, style=
"table-layout: fixed;"
)
33
self.doc.add(self.t)
34
35
def
add_images(self, ims, txts, links, width=400):
36
self.add_table()
Callers
1
add_images
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected