MCPcopy Index your code
hub / github.com/RustPython/RustPython / testMultipleFDPass

Method testMultipleFDPass

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

Source from the content-addressed store, hash-verified

4022 len(MSG))
4023
4024 def testMultipleFDPass(self):
4025 # Pass multiple FDs in a single array.
4026 self.checkRecvmsgFDs(4, self.doRecvmsg(self.serv_sock,
4027 len(MSG), 10240))
4028
4029 def _testMultipleFDPass(self):
4030 self.createAndSendFDs(4)

Callers

nothing calls this directly

Calls 3

checkRecvmsgFDsMethod · 0.95
lenFunction · 0.85
doRecvmsgMethod · 0.45

Tested by

no test coverage detected