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

Method initialize

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

Source from the content-addressed store, hash-verified

147
148class FacebookClientLoginHandler(RequestHandler, FacebookGraphMixin):
149 def initialize(self, test):
150 self._OAUTH_AUTHORIZE_URL = test.get_url("/facebook/server/authorize")
151 self._OAUTH_ACCESS_TOKEN_URL = test.get_url("/facebook/server/access_token")
152 self._FACEBOOK_BASE_URL = test.get_url("/facebook/server")
153
154 @gen.coroutine
155 def get(self):

Callers

nothing calls this directly

Calls 1

get_urlMethod · 0.45

Tested by

no test coverage detected