Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_socket.py:3291–3293 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3289
fail_timeout = support.LOOPBACK_TIMEOUT
3290
3291
def
setUp(self):
3292
self.misc_event = threading.Event()
3293
super().setUp()
3294
3295
def
sendToServer(self, msg):
3296
# Send msg to the server.
Callers
nothing calls this directly
Calls
3
super
Class · 0.85
Event
Method · 0.80
setUp
Method · 0.45
Tested by
no test coverage detected