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

Method prepare

python/python3/tornado/test/gen_test.py:682–684  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

680class AsyncPrepareErrorHandler(RequestHandler):
681 @gen.coroutine
682 def prepare(self):
683 yield gen.moment
684 raise HTTPError(403)
685
686 def get(self):
687 self.finish("ok")

Callers

nothing calls this directly

Calls 1

HTTPErrorClass · 0.90

Tested by

no test coverage detected