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

Method get

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

Source from the content-addressed store, hash-verified

423
424 @authenticated
425 def get(self):
426 # we'll never actually get here because the test doesn't follow redirects
427 self.send_error(500)
428
429
430class AuthRedirectTest(WebTestCase):

Callers

nothing calls this directly

Calls 1

send_errorMethod · 0.80

Tested by

no test coverage detected