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

Method get

tornado/test/auth_test.py:572–575  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

570
571class GoogleOAuth2AuthorizeHandler(RequestHandler):
572 def get(self):
573 # issue a fake auth code and redirect to redirect_uri
574 code = "fake-authorization-code"
575 self.redirect(url_concat(self.get_argument("redirect_uri"), dict(code=code)))
576
577
578class 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