Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Relento/lego_release
/ html
Method
html
util/html_table.py:47–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
46
@contextlib.contextmanager
47
def
html(self):
48
self.begin_html()
49
yield
self
50
self.end_html()
51
52
def
begin_html(self):
53
if
osp.isfile(self.visdir):
Callers
nothing calls this directly
Calls
2
begin_html
Method · 0.95
end_html
Method · 0.95
Tested by
no test coverage detected