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

Method get

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

Source from the content-addressed store, hash-verified

133
134class OAuth1ServerAccessTokenHandler(RequestHandler):
135 def get(self):
136 self.write("oauth_token=uiop&oauth_token_secret=5678")
137
138
139class OAuth2ClientLoginHandler(RequestHandler, OAuth2Mixin):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected