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:2596–2598 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2594
ThreadedRDSSocketTest.__init__(self, methodName=methodName)
2595
2596
def
setUp(self):
2597
super().setUp()
2598
self.evt = threading.Event()
2599
2600
def
testSendAndRecv(self):
2601
data, addr = self.serv.recvfrom(self.bufsize)
Callers
11
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
Calls
2
super
Class · 0.85
Event
Method · 0.80
Tested by
no test coverage detected