MCPcopy
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
286class AuthLogoutHandler(BaseHandler):
287 def get(self):
288 self.clear_cookie("blogdemo_user")
289 self.redirect_to_next()
290
291
292class EntryModule(tornado.web.UIModule):

Callers

nothing calls this directly

Calls 2

clear_cookieMethod · 0.80
redirect_to_nextMethod · 0.80

Tested by

no test coverage detected