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

Method testSingleCmsgTruncLen0Minus1

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

Source from the content-addressed store, hash-verified

4698
4699 @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT")
4700 def testSingleCmsgTruncLen0Minus1(self):
4701 self.checkHopLimitTruncatedHeader(ancbufsize=socket.CMSG_LEN(0) - 1)
4702
4703 @testSingleCmsgTruncLen0Minus1.client_skip
4704 def _testSingleCmsgTruncLen0Minus1(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected