(self)
| 4382 | |
| 4383 | @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931") |
| 4384 | def testCmsgTruncLen0(self): |
| 4385 | self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0), maxdata=0) |
| 4386 | |
| 4387 | @testCmsgTruncLen0.client_skip |
| 4388 | def _testCmsgTruncLen0(self): |
nothing calls this directly
no test coverage detected