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

Method get

tornado/test/routing_test.py:250–251  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

248
249 class Handler(RequestHandler):
250 def get(self, *args, **kwargs):
251 self.finish(self.reverse_url("tornado"))
252
253 return RuleRouter(
254 [

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
reverse_urlMethod · 0.45

Tested by

no test coverage detected