MCPcopy
hub / github.com/aio-libs/aiohttp / get

Method get

benchmark/async.py:88–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 class PrepareHandler(tornado.web.RequestHandler):
87
88 def get(self):
89 gc.collect()
90 self.write('OK')
91
92 class StopHandler(tornado.web.RequestHandler):
93

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected