(self)
| 3735 | self.checkFlags(flags, eor=True) |
| 3736 | |
| 3737 | def _testRecvmsgShortAncillaryBuf(self): |
| 3738 | self.sendToServer(MSG) |
| 3739 | |
| 3740 | def testRecvmsgLongAncillaryBuf(self): |
| 3741 | # Test large ancillary data buffer. |
nothing calls this directly
no test coverage detected