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

Method get

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

Source from the content-addressed store, hash-verified

118 return dict(key="asdf", secret="qwer")
119
120 def get(self):
121 params = self._oauth_request_parameters(
122 "http://www.example.com/api/asdf",
123 dict(key="uiop", secret="5678"),
124 parameters=dict(foo="bar"),
125 )
126 self.write(params)
127
128
129class OAuth1ServerRequestTokenHandler(RequestHandler):

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45

Tested by

no test coverage detected