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

Method end_table

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

Source from the content-addressed store, hash-verified

104 self._print('</tr>')
105
106 def end_table(self):
107 self._print('</table>')
108 self._current_columns = None
109 self._table_counter += 1
110 self._row_counter = 0
111
112 def row(self, *args, **kwargs):
113 assert self._current_columns is not None

Callers 1

tableMethod · 0.95

Calls 1

_printMethod · 0.95

Tested by

no test coverage detected