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

Method get

maint/test/redbot/red_test.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14
15class HelloHandler(RequestHandler):
16 def get(self):
17 self.write("Hello world")
18
19
20class RedirectHandler(RequestHandler):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected