Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ close_streams
Method
close_streams
python/python3/tornado/tcpclient.py:193–195 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
191
self.io_loop.remove_timeout(self.connect_timeout)
192
193
def
close_streams(self) -> None:
194
for
stream in self.streams:
195
stream.close()
196
197
198
class
TCPClient(object):
Callers
2
on_connect_done
Method · 0.95
on_connect_timeout
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected