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

Method testCmsgTruncLen1

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

Source from the content-addressed store, hash-verified

4398
4399 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4400 def testCmsgTruncLen1(self):
4401 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(SIZEOF_INT),
4402 maxdata=SIZEOF_INT)
4403
4404 @testCmsgTruncLen1.client_skip
4405 def _testCmsgTruncLen1(self):

Callers

nothing calls this directly

Calls 1

checkTruncatedArrayMethod · 0.95

Tested by

no test coverage detected