Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ get
Method
get
python/python3/tornado/test/web_test.py:245–246 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
243
244
@gen.coroutine
245
def
get(self):
246
test.final_return = self.render(
"foo.html"
)
247
248
return
[(
"/finish"
, FinishHandler), (
"/render"
, RenderHandler)]
249
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected