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

Method testSingleCmsgTrunc2Int

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

Source from the content-addressed store, hash-verified

4689
4690 @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT")
4691 def testSingleCmsgTrunc2Int(self):
4692 self.checkHopLimitTruncatedHeader(ancbufsize=2 * SIZEOF_INT)
4693
4694 @testSingleCmsgTrunc2Int.client_skip
4695 def _testSingleCmsgTrunc2Int(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected