(self)
| 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 | |
| 647 | class SocketPairTest(unittest.TestCase, ThreadableTest): |
| 648 |
nothing calls this directly
no test coverage detected