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

Method _testFDPassCMSG_LEN

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

Source from the content-addressed store, hash-verified

4051 ignoreflags=socket.MSG_CTRUNC)
4052
4053 def _testFDPassCMSG_LEN(self):
4054 self.createAndSendFDs(1)
4055
4056 @unittest.skipIf(is_apple, "skipping, see issue #12958")
4057 @unittest.skipIf(SOLARIS, "skipping, see gh-91214")

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected