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

Method clientSetUp

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

Source from the content-addressed store, hash-verified

765 super().tearDown()
766
767 def clientSetUp(self):
768 super().clientSetUp()
769 self.cli.connect(self.serv_addr)
770 self.serv_conn = self.cli
771
772 def clientTearDown(self):
773 try:

Callers

nothing calls this directly

Calls 3

superClass · 0.85
clientSetUpMethod · 0.45
connectMethod · 0.45

Tested by

no test coverage detected