Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_socket.py:795–797 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
793
host = HOST
794
795
def
setUp(self):
796
super().setUp()
797
self.port = self.serv_addr[1]
798
799
def
bindSock(self, sock):
800
socket_helper.bind_port(sock, host=self.host)
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
setUp
Method · 0.45
Tested by
no test coverage detected