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

Function p

python/cli/diagnose/html.py:78–78  ·  view source on GitHub ↗
(text, size="16px")

Source from the content-addressed store, hash-verified

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'
81 for item in summary:

Callers 2

generateHtmlFunction · 0.85
plotFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected