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

Method clientSetUp

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

Source from the content-addressed store, hash-verified

713 ThreadableTest.__init__(self)
714
715 def clientSetUp(self):
716 self.cli = self.newClientSocket()
717 self.bindClient()
718
719 def newClientSocket(self):
720 """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