MCPcopy Index your code
hub / github.com/RustPython/RustPython / clientTearDown

Method clientTearDown

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

Source from the content-addressed store, hash-verified

629 self.serv_conn = self.cli
630
631 def clientTearDown(self):
632 self.serv_conn.close()
633 self.serv_conn = None
634 ThreadedTCPSocketTest.clientTearDown(self)
635
636class SocketPairTest(unittest.TestCase, ThreadableTest):
637

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected