MCPcopy Create free account
hub / github.com/Relento/lego_release / end_html

Method end_html

util/html_table.py:74–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 self._print('<h1>{}</h1>'.format(self.title))
73
74 def end_html(self):
75 self._print('</body>')
76 self._print('</html>')
77 self._index_file.close()
78 self._index_file = None
79
80 @contextlib.contextmanager
81 def table(self, name, columns):

Callers 2

htmlMethod · 0.95

Calls 1

_printMethod · 0.95

Tested by

no test coverage detected