(self)
| 3711 | self.checkFlags(flags, eor=True) |
| 3712 | |
| 3713 | def _testRecvmsgShorter(self): |
| 3714 | self.sendToServer(MSG) |
| 3715 | |
| 3716 | def testRecvmsgTrunc(self): |
| 3717 | # Receive part of message, check for truncation indicators. |
nothing calls this directly
no test coverage detected