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

Method clientSetUp

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

Source from the content-addressed store, hash-verified

754 super().tearDown()
755
756 def clientSetUp(self):
757 super().clientSetUp()
758 self.cli.connect(self.serv_addr)
759 self.serv_conn = self.cli
760
761 def clientTearDown(self):
762 try:

Callers

nothing calls this directly

Calls 3

superClass · 0.85
clientSetUpMethod · 0.45
connectMethod · 0.45

Tested by

no test coverage detected