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

Method _testRecvmsgShortAncillaryBuf

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

Source from the content-addressed store, hash-verified

3735 self.checkFlags(flags, eor=True)
3736
3737 def _testRecvmsgShortAncillaryBuf(self):
3738 self.sendToServer(MSG)
3739
3740 def testRecvmsgLongAncillaryBuf(self):
3741 # Test large ancillary data buffer.

Callers

nothing calls this directly

Calls 1

sendToServerMethod · 0.45

Tested by

no test coverage detected