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

Method initialize

python/python3/tornado/test/auth_test.py:530–534  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

528
529class GoogleLoginHandler(RequestHandler, GoogleOAuth2Mixin):
530 def initialize(self, test):
531 self.test = test
532 self._OAUTH_REDIRECT_URI = test.get_url("/client/login")
533 self._OAUTH_AUTHORIZE_URL = test.get_url("/google/oauth2/authorize")
534 self._OAUTH_ACCESS_TOKEN_URL = test.get_url("/google/oauth2/token")
535
536 @gen.coroutine
537 def get(self):

Callers

nothing calls this directly

Calls 1

get_urlMethod · 0.45

Tested by

no test coverage detected