Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ stop
Method
stop
python/python3/tornado/test/tcpclient_test.py:54–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
self.queue.put(stream)
53
54
def
stop(self):
55
super().stop()
56
for
stream in self.streams:
57
stream.close()
58
59
60
class
TCPClientTest(AsyncTestCase):
Callers
15
stop_server
Method · 0.45
tearDown
Method · 0.45
test_sigchild_signal
Method · 0.45
stop_server
Method · 0.45
slow_stop
Method · 0.45
tearDown
Method · 0.45
connect_to_server
Method · 0.45
tearDown
Method · 0.45
on_connection_close
Method · 0.45
test_listen
Method · 0.45
cb
Method · 0.45
test_handle_stream_coroutine_logging
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected