MCPcopy Index your code
hub / github.com/apache/tvm / get

Method get

python/tvm/rpc/proxy.py:236–239  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

234 pass
235
236 def get(self, *args, **kwargs):
237 if self.format in MIME_MAP:
238 self.set_header("Content-Type", MIME_MAP[self.format])
239 self.write(self.page)
240
241
242class ProxyServerHandler:

Callers 10

text_summaryMethod · 0.45
ServerIOSLauncherClass · 0.45
_servingFunction · 0.45
summaryMethod · 0.45
on_close_eventMethod · 0.45
cleanupMethod · 0.45
scriptMethod · 0.45
showMethod · 0.45
enabledFunction · 0.45

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected