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

Method initialize

tornado/test/auth_test.py:140–141  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

138
139class OAuth2ClientLoginHandler(RequestHandler, OAuth2Mixin):
140 def initialize(self, test):
141 self._OAUTH_AUTHORIZE_URL = test.get_url("/oauth2/server/authorize")
142
143 def get(self):
144 res = self.authorize_redirect() # type: ignore

Callers

nothing calls this directly

Calls 1

get_urlMethod · 0.45

Tested by

no test coverage detected