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

Method get

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

Source from the content-addressed store, hash-verified

1821class ClearAllCookiesTest(SimpleHandlerTestCase):
1822 class Handler(RequestHandler):
1823 def get(self):
1824 self.clear_all_cookies()
1825 self.write("ok")
1826
1827 def test_clear_all_cookies(self):
1828 response = self.fetch("/", headers={"Cookie": "foo=bar; baz=xyzzy"})

Callers

nothing calls this directly

Calls 2

clear_all_cookiesMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected