MCPcopy Index your code
hub / github.com/python/cpython / testMultipleFDPass

Method testMultipleFDPass

Lib/test/test_socket.py:4127–4130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4125 len(MSG))
4126
4127 def testMultipleFDPass(self):
4128 # Pass multiple FDs in a single array.
4129 self.checkRecvmsgFDs(4, self.doRecvmsg(self.serv_sock,
4130 len(MSG), 10240))
4131
4132 def _testMultipleFDPass(self):
4133 self.createAndSendFDs(4)

Callers

nothing calls this directly

Calls 2

checkRecvmsgFDsMethod · 0.95
doRecvmsgMethod · 0.45

Tested by

no test coverage detected