Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _testRecvmsgPeek
Method
_testRecvmsgPeek
Lib/test/test_socket.py:3808–3809 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3806
3807
@testRecvmsgPeek.client_skip
3808
def
_testRecvmsgPeek(self):
3809
self.sendToServer(MSG)
3810
3811
@requireAttrs(socket.socket,
"sendmsg"
)
3812
def
testRecvmsgFromSendmsg(self):
Callers
nothing calls this directly
Calls
1
sendToServer
Method · 0.45
Tested by
no test coverage detected