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

Method newClientSocket

Lib/test/test_socket.py:730–732  ·  view source on GitHub ↗

Return a new socket for use as client.

(self)

Source from the content-addressed store, hash-verified

728 self.bindClient()
729
730 def newClientSocket(self):
731 """Return a new socket for use as client."""
732 return self.newSocket()
733
734 def bindClient(self):
735 """Bind client socket and set self.cli_addr to its address."""

Callers 1

clientSetUpMethod · 0.95

Calls 1

newSocketMethod · 0.45

Tested by

no test coverage detected