Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ stop
Method
stop
tornado/test/tcpclient_test.py:53–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
self.queue.put(stream)
52
53
def
stop(self):
54
super().stop()
55
for
stream in self.streams:
56
stream.close()
57
58
59
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
run_handler
Method · 0.45
tearDown
Method · 0.45
on_connection_close
Method · 0.45
test_listen
Method · 0.45
cb
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected