MCPcopy Create free account
hub / github.com/EasyIME/PIME / get

Method get

python/python3/tornado/test/web_test.py:1000–1003  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

998 def get_handlers(self):
999 class DefaultHandler(RequestHandler):
1000 def get(self):
1001 if self.get_argument("status", None):
1002 raise HTTPError(int(self.get_argument("status")))
1003 1 / 0
1004
1005 class WriteErrorHandler(RequestHandler):
1006 def get(self):

Callers

nothing calls this directly

Calls 2

HTTPErrorClass · 0.90
get_argumentMethod · 0.80

Tested by

no test coverage detected