MCPcopy 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
198class TCPClient(object):

Callers 2

on_connect_doneMethod · 0.95
on_connect_timeoutMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected