Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
tornado/test/auth_test.py:130–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
128
129
class
OAuth1ServerRequestTokenHandler(RequestHandler):
130
def
get(self):
131
self.write(
"oauth_token=zxcv&oauth_token_secret=1234"
)
132
133
134
class
OAuth1ServerAccessTokenHandler(RequestHandler):
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected