MCPcopy Index your code
hub / github.com/python/cpython / _testRecvmsg

Method _testRecvmsg

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

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

sendToServerMethod · 0.45

Tested by

no test coverage detected