(self)
| 4279 | |
| 4280 | @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931") |
| 4281 | def testCmsgTruncLen0(self): |
| 4282 | self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0), maxdata=0) |
| 4283 | |
| 4284 | @testCmsgTruncLen0.client_skip |
| 4285 | def _testCmsgTruncLen0(self): |
nothing calls this directly
no test coverage detected