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

Method initialize

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

Source from the content-addressed store, hash-verified

54
55class OAuth1ClientLoginHandler(RequestHandler, OAuthMixin):
56 def initialize(self, test, version):
57 self._OAUTH_VERSION = version
58 self._OAUTH_REQUEST_TOKEN_URL = test.get_url("/oauth1/server/request_token")
59 self._OAUTH_AUTHORIZE_URL = test.get_url("/oauth1/server/authorize")
60 self._OAUTH_ACCESS_TOKEN_URL = test.get_url("/oauth1/server/access_token")
61
62 def _oauth_consumer_token(self):
63 return dict(key="asdf", secret="qwer")

Callers

nothing calls this directly

Calls 1

get_urlMethod · 0.45

Tested by

no test coverage detected