(self)
| 4111 | self.checkFDs(fds) |
| 4112 | |
| 4113 | def testFDPassSimple(self): |
| 4114 | # Pass a single FD (array read from bytes object). |
| 4115 | self.checkRecvmsgFDs(1, self.doRecvmsg(self.serv_sock, |
| 4116 | len(MSG), 10240)) |
| 4117 | |
| 4118 | def _testFDPassSimple(self): |
| 4119 | self.assertEqual( |
nothing calls this directly
no test coverage detected