MCPcopy 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
640class UIModuleResourceHandler(RequestHandler):
641 def get(self):
642 self.render("page.html", entries=[1, 2])
643
644
645class OptionalPathHandler(RequestHandler):

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected