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

Method clientSetUp

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

Source from the content-addressed store, hash-verified

724 ThreadableTest.__init__(self)
725
726 def clientSetUp(self):
727 self.cli = self.newClientSocket()
728 self.bindClient()
729
730 def newClientSocket(self):
731 """Return a new socket for use as client."""

Callers

nothing calls this directly

Calls 2

newClientSocketMethod · 0.95
bindClientMethod · 0.95

Tested by

no test coverage detected