(self)
| 4008 | self.checkFDs(fds) |
| 4009 | |
| 4010 | def testFDPassSimple(self): |
| 4011 | # Pass a single FD (array read from bytes object). |
| 4012 | self.checkRecvmsgFDs(1, self.doRecvmsg(self.serv_sock, |
| 4013 | len(MSG), 10240)) |
| 4014 | |
| 4015 | def _testFDPassSimple(self): |
| 4016 | self.assertEqual( |
nothing calls this directly
no test coverage detected