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

Method table

tu/loggers/html_table.py:104–107  ·  view source on GitHub ↗
(self, name, columns_or_spec_id)

Source from the content-addressed store, hash-verified

102
103 @contextlib.contextmanager
104 def table(self, name, columns_or_spec_id):
105 self.begin_table(name, columns_or_spec_id)
106 yield self
107 self.end_table()
108
109 def begin_table(self, name, columns_or_spec_id):
110 subtable = len(self._current_table_spec_stack) > 0

Callers 1

dump_tableMethod · 0.45

Calls 2

begin_tableMethod · 0.95
end_tableMethod · 0.95

Tested by

no test coverage detected