(self)
| 3584 | self.checkFlags(flags, eor=True) |
| 3585 | |
| 3586 | def _testRecvmsg(self): |
| 3587 | self.sendToServer(MSG) |
| 3588 | |
| 3589 | def testRecvmsgExplicitDefaults(self): |
| 3590 | # Test recvmsg[_into]() with default arguments provided explicitly. |
nothing calls this directly
no test coverage detected