MCPcopy
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
59class 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
run_handlerMethod · 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