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

Method get

tornado/test/web_test.py:721–722  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

719
720class UIModuleResourceHandler(RequestHandler):
721 def get(self):
722 self.render("page.html", entries=[1, 2])
723
724
725class OptionalPathHandler(RequestHandler):

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected