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

Method initialize

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

Source from the content-addressed store, hash-verified

29
30class OpenIdClientLoginHandler(RequestHandler, OpenIdMixin):
31 def initialize(self, test):
32 self._OPENID_ENDPOINT = test.get_url("/openid/server/authenticate")
33
34 @gen.coroutine
35 def get(self):

Callers

nothing calls this directly

Calls 1

get_urlMethod · 0.45

Tested by

no test coverage detected