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

Method clientSetUp

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

Source from the content-addressed store, hash-verified

5526 SocketConnectedTest.tearDown(self)
5527
5528 def clientSetUp(self):
5529 SocketConnectedTest.clientSetUp(self)
5530 self.write_file = self.serv_conn.makefile(
5531 self.write_mode, self.bufsize,
5532 encoding = self.encoding,
5533 errors = self.errors,
5534 newline = self.newline)
5535
5536 def clientTearDown(self):
5537 self.cli_finished.set()

Callers

nothing calls this directly

Calls 2

clientSetUpMethod · 0.45
makefileMethod · 0.45

Tested by

no test coverage detected