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

Method _testRecvmsgLongAncillaryBuf

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

Source from the content-addressed store, hash-verified

3747 self.checkFlags(flags, eor=True)
3748
3749 def _testRecvmsgLongAncillaryBuf(self):
3750 self.sendToServer(MSG)
3751
3752 def testRecvmsgAfterClose(self):
3753 # Check that recvmsg[_into]() fails on a closed socket.

Callers

nothing calls this directly

Calls 1

sendToServerMethod · 0.45

Tested by

no test coverage detected