MCPcopy Create free account
hub / github.com/EasyIME/PIME / get

Method get

python/python3/tornado/test/web_test.py:281–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

279
280 class GetCookieHandler(RequestHandler):
281 def get(self):
282 cookie = self.get_cookie("foo", "default")
283 assert cookie is not None
284 self.write(cookie)
285
286 class SetCookieDomainHandler(RequestHandler):
287 def get(self):

Callers

nothing calls this directly

Calls 2

get_cookieMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected