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

Method get

python/python3/tornado/test/auth_test.py:561–564  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

559
560class GoogleOAuth2AuthorizeHandler(RequestHandler):
561 def get(self):
562 # issue a fake auth code and redirect to redirect_uri
563 code = "fake-authorization-code"
564 self.redirect(url_concat(self.get_argument("redirect_uri"), dict(code=code)))
565
566
567class GoogleOAuth2TokenHandler(RequestHandler):

Callers

nothing calls this directly

Calls 3

url_concatFunction · 0.90
redirectMethod · 0.80
get_argumentMethod · 0.80

Tested by

no test coverage detected