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:641–642 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
639
640
class
UIModuleResourceHandler(RequestHandler):
641
def
get(self):
642
self.render(
"page.html"
, entries=[1, 2])
643
644
645
class
OptionalPathHandler(RequestHandler):
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected