Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aitjcize/cppman
/ parse_table
Function
parse_table
cppman/formatter/tableparser.py:173–177 ·
view source on GitHub ↗
(html)
Source
from the content-addressed store, hash-verified
171
172
173
def
parse_table(html):
174
root = Node(None,
'root'
,
''
, html)
175
fd = io.StringIO()
176
root.gen(fd)
177
return
fd.getvalue()
Callers
3
html2groff
Function · 0.90
member_table_def
Function · 0.90
html2groff
Function · 0.90
Calls
2
gen
Method · 0.95
Node
Class · 0.85
Tested by
no test coverage detected