MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / get

Method get

pywebio/platform/path_deploy.py:356–358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 return self.get()
355
356 def get(self):
357 context = TornadoHttpContext(self)
358 self.write(handler.handle_request(context))
359
360 gen.send(ReqHandler)
361 gen.close()

Callers 6

optionsMethod · 0.95
postMethod · 0.95
path_deployFunction · 0.45
get_appMethod · 0.45
path_deploy_httpFunction · 0.45
get_appFunction · 0.45

Calls 2

TornadoHttpContextClass · 0.85
handle_requestMethod · 0.80

Tested by

no test coverage detected