Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ _on_end_request
Method
_on_end_request
python/python3/tornado/simple_httpclient.py:689–690 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
687
self._on_end_request()
688
689
def
_on_end_request(self) -> None:
690
self.stream.close()
691
692
def
data_received(self, chunk: bytes) -> None:
693
if
self._should_follow_redirect():
Callers
1
finish
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected