(self)
| 4398 | |
| 4399 | @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931") |
| 4400 | def testCmsgTruncLen1(self): |
| 4401 | self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(SIZEOF_INT), |
| 4402 | maxdata=SIZEOF_INT) |
| 4403 | |
| 4404 | @testCmsgTruncLen1.client_skip |
| 4405 | def _testCmsgTruncLen1(self): |
nothing calls this directly
no test coverage detected