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

Method get

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

Source from the content-addressed store, hash-verified

1101 def get_handlers(self):
1102 class DefaultHandler(RequestHandler):
1103 def get(self):
1104 if self.get_argument("status", None):
1105 raise HTTPError(int(self.get_argument("status")))
1106 1 / 0
1107
1108 class WriteErrorHandler(RequestHandler):
1109 def get(self):

Callers

nothing calls this directly

Calls 2

HTTPErrorClass · 0.90
get_argumentMethod · 0.80

Tested by

no test coverage detected