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

Method clientSetUp

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

Source from the content-addressed store, hash-verified

635 ThreadedTCPSocketTest.tearDown(self)
636
637 def clientSetUp(self):
638 ThreadedTCPSocketTest.clientSetUp(self)
639 self.cli.connect((HOST, self.port))
640 self.serv_conn = self.cli
641
642 def clientTearDown(self):
643 self.serv_conn.close()

Callers

nothing calls this directly

Calls 2

clientSetUpMethod · 0.45
connectMethod · 0.45

Tested by

no test coverage detected