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

Method __init__

tu/loggers/html_table.py:34–44  ·  view source on GitHub ↗
(self, visdir, title, persist_row_counter=False)

Source from the content-addressed store, hash-verified

32 """
33
34 def __init__(self, visdir, title, persist_row_counter=False):
35 self.visdir = visdir
36 self.title = title
37 self.persist_row_counter = persist_row_counter
38
39 self._index_file = None
40 self._table_counter = 0
41 self._row_counter = 0
42
43 self._all_table_specs = dict()
44 self._current_table_spec_stack = list()
45
46 @property
47 def _current_table_spec(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected