MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / get

Method get

benchmarks/src/postprocessing/serve.py:31–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29def serve_cluster_report(report: ClusterReport, port: int):
30 class Handler(web.RequestHandler):
31 def get(self):
32 page = create_page(report)
33 self.write(file_html(page, CDN, "Cluster report"))
34
35 app = web.Application(
36 [

Callers 14

postprocessMethod · 0.45
drawFunction · 0.45
computeFunction · 0.45
postprocessMethod · 0.45
with_timeoutFunction · 0.45
get_pyenv_from_envFunction · 0.45
render_hq_comparisonFunction · 0.45
render_environmentFunction · 0.45
generate_comparison_htmlFunction · 0.45
callbackFunction · 0.45
_get_shared_envsMethod · 0.45
apply_profilersFunction · 0.45

Calls 1

create_pageFunction · 0.85

Tested by

no test coverage detected