Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
demos/blog/blog.py:287–289 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
285
286
class
AuthLogoutHandler(BaseHandler):
287
def
get(self):
288
self.clear_cookie(
"blogdemo_user"
)
289
self.redirect_to_next()
290
291
292
class
EntryModule(tornado.web.UIModule):
Callers
nothing calls this directly
Calls
2
clear_cookie
Method · 0.80
redirect_to_next
Method · 0.80
Tested by
no test coverage detected