MCPcopy Index your code
hub / github.com/python/cpython / clientTearDown

Method clientTearDown

Lib/test/test_socket.py:472–474  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

470 raise NotImplementedError("clientSetUp must be implemented.")
471
472 def clientTearDown(self):
473 self.done.set()
474 thread.exit()
475
476class ThreadedTCPSocketTest(SocketTCPTest, ThreadableTest):
477

Callers 13

clientRunMethod · 0.95
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45
clientTearDownMethod · 0.45

Calls 2

setMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected