MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / h2withId

Function h2withId

python/cli/diagnose/html.py:77–77  ·  view source on GitHub ↗
(title, sectionId)

Source from the content-addressed store, hash-verified

75def h1(title): return f"<h1>{title}</h1>\n"
76def h2(title): return f"<h2>{title}</h2>\n"
77def h2withId(title, sectionId): return f"<h2 id={sectionId}>{title}</h2>\n"
78def p(text, size="16px"): return f'<p style="font-size:{size}; font-weight:normal">{text}</p>\n'
79def summaryTable(summary):
80 s = '<table class="summary-table">\n'

Callers 1

generateSensorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected