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

Method _print

util/html_table.py:147–149  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

145 self._row_counter += 1
146
147 def _print(self, *args, **kwargs):
148 assert self._index_file is not None
149 print(*args, file=self._index_file, **kwargs)
150
151 def _flush(self):
152 self._index_file.flush()

Callers 5

begin_htmlMethod · 0.95
end_htmlMethod · 0.95
begin_tableMethod · 0.95
end_tableMethod · 0.95
rowMethod · 0.95

Calls 1

printFunction · 0.85

Tested by

no test coverage detected