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

Method _testRecvmsgExplicitDefaults

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

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

sendToServerMethod · 0.45

Tested by

no test coverage detected