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

Method clientSetUp

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

Source from the content-addressed store, hash-verified

624 ThreadedTCPSocketTest.tearDown(self)
625
626 def clientSetUp(self):
627 ThreadedTCPSocketTest.clientSetUp(self)
628 self.cli.connect((HOST, self.port))
629 self.serv_conn = self.cli
630
631 def clientTearDown(self):
632 self.serv_conn.close()

Callers

nothing calls this directly

Calls 2

clientSetUpMethod · 0.45
connectMethod · 0.45

Tested by

no test coverage detected