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

Class HTMLTableColumnDesc

util/html_table.py:13–16  ·  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)):
16 pass
17
18
19HTMLTableColumnDesc.__new__.__defaults__ = (None, None)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected