MCPcopy 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

Calls 2

begin_htmlMethod · 0.95
end_htmlMethod · 0.95

Tested by

no test coverage detected