(self)
| 3687 | self.checkFlags(flags, eor=True) |
| 3688 | |
| 3689 | def _testRecvmsg(self): |
| 3690 | self.sendToServer(MSG) |
| 3691 | |
| 3692 | def testRecvmsgExplicitDefaults(self): |
| 3693 | # Test recvmsg[_into]() with default arguments provided explicitly. |
nothing calls this directly
no test coverage detected