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

Method clientSetUp

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

Source from the content-addressed store, hash-verified

5629 SocketConnectedTest.tearDown(self)
5630
5631 def clientSetUp(self):
5632 SocketConnectedTest.clientSetUp(self)
5633 self.write_file = self.serv_conn.makefile(
5634 self.write_mode, self.bufsize,
5635 encoding = self.encoding,
5636 errors = self.errors,
5637 newline = self.newline)
5638
5639 def clientTearDown(self):
5640 self.cli_finished.set()

Callers

nothing calls this directly

Calls 2

clientSetUpMethod · 0.45
makefileMethod · 0.45

Tested by

no test coverage detected