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

Method testCmsgTruncLen0Plus1

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

Source from the content-addressed store, hash-verified

4390
4391 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4392 def testCmsgTruncLen0Plus1(self):
4393 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0) + 1, maxdata=1)
4394
4395 @testCmsgTruncLen0Plus1.client_skip
4396 def _testCmsgTruncLen0Plus1(self):

Callers

nothing calls this directly

Calls 1

checkTruncatedArrayMethod · 0.95

Tested by

no test coverage detected