Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVlabs/SPADE
/ add_header
Method
add_header
util/html.py:37–39 ·
view source on GitHub ↗
(self, str)
Source
from the content-addressed store, hash-verified
35
return
self.img_dir
36
37
def
add_header(self, str):
38
with
self.doc:
39
h3(str)
40
41
def
add_table(self, border=1):
42
self.t = table(border=border, style=
"table-layout: fixed;"
)
Callers
3
display_current_results
Method · 0.95
html.py
File · 0.80
save_images
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected