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

Method testSingleCmsgTrunc0

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

Source from the content-addressed store, hash-verified

4665
4666 @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT")
4667 def testSingleCmsgTrunc0(self):
4668 # Check that no ancillary data is received when ancillary
4669 # buffer size is zero.
4670 self.checkHopLimitTruncatedHeader(ancbufsize=0,
4671 ignoreflags=socket.MSG_CTRUNC)
4672
4673 @testSingleCmsgTrunc0.client_skip
4674 def _testSingleCmsgTrunc0(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected