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

Method get

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

Source from the content-addressed store, hash-verified

131 self._OAUTH_AUTHORIZE_URL = test.get_url("/oauth2/server/authorize")
132
133 def get(self):
134 res = self.authorize_redirect() # type: ignore
135 assert res is None
136
137
138class FacebookClientLoginHandler(RequestHandler, FacebookGraphMixin):

Callers

nothing calls this directly

Calls 1

authorize_redirectMethod · 0.45

Tested by

no test coverage detected