(self)
| 4205 | |
| 4206 | @testCmsgTruncNoBufSize.client_skip |
| 4207 | def _testCmsgTruncNoBufSize(self): |
| 4208 | self.createAndSendFDs(1) |
| 4209 | |
| 4210 | @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931") |
| 4211 | def testCmsgTrunc0(self): |
nothing calls this directly
no test coverage detected