MCPcopy
hub / github.com/tornadoweb/tornado / get

Method get

maint/test/redbot/red_test.py:34–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 @asynchronous
33 @gen.engine
34 def get(self):
35 self.write('hello ')
36 yield gen.Task(self.flush)
37 self.write('world')
38 yield gen.Task(self.flush)
39 self.finish()
40
41
42class CacheHandler(RequestHandler):

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected