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

Method close

python/python3/tornado/test/httpserver_test.py:853–855  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

851 self.assertEqual(b"Hello world", body)
852
853 def close(self):
854 self.stream.close()
855 del self.stream
856
857 @gen_test
858 def test_two_requests(self):

Calls

no outgoing calls

Tested by

no test coverage detected