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

Method tearDown

tornado/test/httpserver_test.py:428–430  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426 )
427
428 def tearDown(self):
429 self.stream.close()
430 super().tearDown()
431
432 def test_empty_request(self):
433 self.stream.close()

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected