Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class
HTMLTableColumnDesc(collections.namedtuple(
14
'_HTMLTableColumnDesc'
, [
'identifier'
,
'name'
,
'type'
,
'css'
,
'td_css'
],
15
defaults=(None, None)
16
)):
17
pass
18
19
20
class
HTMLTableVisualizer(object):
Callers
1
dump_table
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected