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

Method _testRecvmsgTrunc

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

Source from the content-addressed store, hash-verified

3723 self.checkFlags(flags, eor=False)
3724
3725 def _testRecvmsgTrunc(self):
3726 self.sendToServer(MSG)
3727
3728 def testRecvmsgShortAncillaryBuf(self):
3729 # Test ancillary data buffer too small to hold any ancillary data.

Callers

nothing calls this directly

Calls 1

sendToServerMethod · 0.45

Tested by

no test coverage detected