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

Method doConnect

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

Source from the content-addressed store, hash-verified

5093 self.serv_conn.settimeout(self.timeout)
5094
5095 def doConnect(self):
5096 self.serv_conn.connect(self.serv_addr)
5097
5098 def checkInterruptedSend(self, func, *args, **kwargs):
5099 # 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