Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _testRecvmsgOverflow
Method
_testRecvmsgOverflow
Lib/test/test_socket.py:3858–3859 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3856
self.assertEqual(msg, MSG)
3857
3858
def
_testRecvmsgOverflow(self):
3859
self.sendToServer(MSG)
3860
3861
3862
class
RecvmsgTests(RecvmsgGenericTests):
Callers
nothing calls this directly
Calls
1
sendToServer
Method · 0.45
Tested by
no test coverage detected