(self)
| 3723 | self.checkFlags(flags, eor=False) |
| 3724 | |
| 3725 | def _testRecvmsgTrunc(self): |
| 3726 | self.sendToServer(MSG) |
| 3727 | |
| 3728 | def testRecvmsgShortAncillaryBuf(self): |
| 3729 | # Test ancillary data buffer too small to hold any ancillary data. |
nothing calls this directly
no test coverage detected