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

Method close

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

Source from the content-addressed store, hash-verified

982 self.assertEqual(b"Hello world", body)
983
984 def close(self):
985 self.stream.close()
986 del self.stream
987
988 @gen_test
989 def test_two_requests(self):

Calls

no outgoing calls

Tested by

no test coverage detected