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