MCPcopy Index your code
hub / github.com/RustPython/RustPython / _testRecvmsg

Method _testRecvmsg

Lib/test/test_socket.py:3586–3587  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

sendToServerMethod · 0.45

Tested by

no test coverage detected