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

Method get

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

Source from the content-addressed store, hash-verified

575
576class GoogleOAuth2UserinfoHandler(RequestHandler):
577 def get(self):
578 assert self.get_argument("access_token") == "fake-access-token"
579 # return a fake user
580 self.finish({"name": "Foo", "email": "foo@example.com"})
581
582
583class GoogleOAuth2Test(AsyncHTTPTestCase):

Callers

nothing calls this directly

Calls 2

get_argumentMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected