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

Class HTMLTableColumnDesc

tu/loggers/html_table.py:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class HTMLTableColumnDesc(collections.namedtuple(
14 '_HTMLTableColumnDesc', ['identifier', 'name', 'type', 'css', 'td_css'],
15 defaults=(None, None)
16)):
17 pass
18
19
20class HTMLTableVisualizer(object):

Callers 1

dump_tableMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected