(self)
| 4308 | |
| 4309 | @testCmsgTruncNoBufSize.client_skip |
| 4310 | def _testCmsgTruncNoBufSize(self): |
| 4311 | self.createAndSendFDs(1) |
| 4312 | |
| 4313 | @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931") |
| 4314 | def testCmsgTrunc0(self): |
nothing calls this directly
no test coverage detected