Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _testMultipleFDPass
Method
_testMultipleFDPass
Lib/test/test_socket.py:4132–4133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4130
len(MSG), 10240))
4131
4132
def
_testMultipleFDPass(self):
4133
self.createAndSendFDs(4)
4134
4135
@requireAttrs(socket,
"CMSG_SPACE"
)
4136
def
testFDPassCMSG_SPACE(self):
Callers
nothing calls this directly
Calls
1
createAndSendFDs
Method · 0.95
Tested by
no test coverage detected