MCPcopy
hub / github.com/tornadoweb/tornado / get

Method get

tornado/test/web_test.py:1778–1780  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1776class Header204Test(SimpleHandlerTestCase):
1777 class Handler(RequestHandler):
1778 def get(self):
1779 self.set_status(204)
1780 self.finish()
1781
1782 def test_204_headers(self):
1783 response = self.fetch("/")

Callers

nothing calls this directly

Calls 2

set_statusMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected