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

Method _testMultipleFDPass

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

Source from the content-addressed store, hash-verified

4027 len(MSG), 10240))
4028
4029 def _testMultipleFDPass(self):
4030 self.createAndSendFDs(4)
4031
4032 @requireAttrs(socket, "CMSG_SPACE")
4033 def testFDPassCMSG_SPACE(self):

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected