MCPcopy 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
173def parse_table(html):
174 root = Node(None, 'root', '', html)
175 fd = io.StringIO()
176 root.gen(fd)
177 return fd.getvalue()

Callers 3

html2groffFunction · 0.90
member_table_defFunction · 0.90
html2groffFunction · 0.90

Calls 2

genMethod · 0.95
NodeClass · 0.85

Tested by

no test coverage detected