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

Method end_table

tu/loggers/html_table.py:129–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 self._print('</tr>')
128
129 def end_table(self):
130 self._print('</table>')
131 self._current_table_spec_stack.pop()
132 self._table_counter += 1
133 if not self.persist_row_counter:
134 self._row_counter = 0
135
136 subtable = len(self._current_table_spec_stack) > 0
137 if subtable:
138 self._print('</td></tr>')
139
140 def row(self, *args, **kwargs):
141 assert len(self._current_table_spec_stack) > 0

Callers 1

tableMethod · 0.95

Calls 1

_printMethod · 0.95

Tested by

no test coverage detected