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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

640 self.serv_conn = self.cli
641
642 def clientTearDown(self):
643 self.serv_conn.close()
644 self.serv_conn = None
645 ThreadedTCPSocketTest.clientTearDown(self)
646
647class SocketPairTest(unittest.TestCase, ThreadableTest):
648

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected