(self)
| 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") |
nothing calls this directly
no test coverage detected