Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
class
CacheHandler(RequestHandler):
Callers
nothing calls this directly
Calls
2
write
Method · 0.45
finish
Method · 0.45
Tested by
no test coverage detected