MCPcopy 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
60class TCPClientTest(AsyncTestCase):

Callers 15

stop_serverMethod · 0.45
tearDownMethod · 0.45
test_sigchild_signalMethod · 0.45
stop_serverMethod · 0.45
slow_stopMethod · 0.45
tearDownMethod · 0.45
connect_to_serverMethod · 0.45
tearDownMethod · 0.45
on_connection_closeMethod · 0.45
test_listenMethod · 0.45
cbMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected