Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Relento/lego_release
/ html
Method
html
tu/loggers/html_table.py:55–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
54
@contextlib.contextmanager
55
def
html(self):
56
self.begin_html()
57
yield
self
58
self.end_html()
59
60
def
begin_html(self):
61
# if osp.isfile(self.visdir):
Callers
1
display_current_results
Method · 0.45
Calls
2
begin_html
Method · 0.95
end_html
Method · 0.95
Tested by
no test coverage detected