(self)
| 3699 | self.checkFlags(flags, eor=True) |
| 3700 | |
| 3701 | def _testRecvmsgExplicitDefaults(self): |
| 3702 | self.sendToServer(MSG) |
| 3703 | |
| 3704 | def testRecvmsgShorter(self): |
| 3705 | # Receive a message smaller than buffer. |
nothing calls this directly
no test coverage detected