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

Method _testRecvmsgShorter

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

Source from the content-addressed store, hash-verified

3711 self.checkFlags(flags, eor=True)
3712
3713 def _testRecvmsgShorter(self):
3714 self.sendToServer(MSG)
3715
3716 def testRecvmsgTrunc(self):
3717 # Receive part of message, check for truncation indicators.

Callers

nothing calls this directly

Calls 1

sendToServerMethod · 0.45

Tested by

no test coverage detected