Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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):
Callers
15
test_two_requests
Method · 0.95
test_request_close
Method · 0.95
test_http10
Method · 0.95
test_http10_keepalive
Method · 0.95
test_http10_keepalive_extra_crlf
Method · 0.95
test_pipelined_requests
Method · 0.95
test_pipelined_cancel
Method · 0.95
test_cancel_during_download
Method · 0.95
test_finish_while_closed
Method · 0.95
test_keepalive_chunked
Method · 0.95
test_keepalive_chunked_head_no_body
Method · 0.95
test_reload_module
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected