MCPcopy Index your code
hub / github.com/RustPython/RustPython / testCmsgTruncLen2Minus1

Method testCmsgTruncLen2Minus1

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

Source from the content-addressed store, hash-verified

4305
4306 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4307 def testCmsgTruncLen2Minus1(self):
4308 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(2 * SIZEOF_INT) - 1,
4309 maxdata=(2 * SIZEOF_INT) - 1)
4310
4311 @testCmsgTruncLen2Minus1.client_skip
4312 def _testCmsgTruncLen2Minus1(self):

Callers

nothing calls this directly

Calls 1

checkTruncatedArrayMethod · 0.95

Tested by

no test coverage detected