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

Method doConnect

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

Source from the content-addressed store, hash-verified

5196 self.serv_conn.settimeout(self.timeout)
5197
5198 def doConnect(self):
5199 self.serv_conn.connect(self.serv_addr)
5200
5201 def checkInterruptedSend(self, func, *args, **kwargs):
5202 # Check that func(*args, **kwargs), run in a loop, raises

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected