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

Method get

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

Source from the content-addressed store, hash-verified

714
715class LinkifyHandler(RequestHandler):
716 def get(self):
717 self.render("linkify.html", message="http://example.com")
718
719
720class UIModuleResourceHandler(RequestHandler):

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected