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

Method get

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

Source from the content-addressed store, hash-verified

1633class Header304Test(SimpleHandlerTestCase):
1634 class Handler(RequestHandler):
1635 def get(self):
1636 self.set_header("Content-Language", "en_US")
1637 self.write("hello")
1638
1639 def test_304_headers(self):
1640 response1 = self.fetch("/")

Callers

nothing calls this directly

Calls 2

set_headerMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected