Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Relento/lego_release
/ end_html
Method
end_html
tu/loggers/html_table.py:83–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
self._print(self.FRAMES_JS)
82
83
def
end_html(self):
84
self._print(
'</body>'
)
85
self._print(
'</html>'
)
86
self._index_file.close()
87
self._index_file = None
88
89
def
define_table(self, columns):
90
spec_id = len(self._all_table_specs)
Callers
2
html
Method · 0.95
tearDownClass
Method · 0.45
Calls
1
_print
Method · 0.95
Tested by
1
tearDownClass
Method · 0.36