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

Method initialize

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

Source from the content-addressed store, hash-verified

128
129class OAuth2ClientLoginHandler(RequestHandler, OAuth2Mixin):
130 def initialize(self, test):
131 self._OAUTH_AUTHORIZE_URL = test.get_url("/oauth2/server/authorize")
132
133 def get(self):
134 res = self.authorize_redirect() # type: ignore

Callers

nothing calls this directly

Calls 1

get_urlMethod · 0.45

Tested by

no test coverage detected