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

Method testSingleCmsgTrunc1

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

Source from the content-addressed store, hash-verified

4680
4681 @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT")
4682 def testSingleCmsgTrunc1(self):
4683 self.checkHopLimitTruncatedHeader(ancbufsize=1)
4684
4685 @testSingleCmsgTrunc1.client_skip
4686 def _testSingleCmsgTrunc1(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected