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

Method testCmsgTruncLen0

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

Source from the content-addressed store, hash-verified

4382
4383 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4384 def testCmsgTruncLen0(self):
4385 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0), maxdata=0)
4386
4387 @testCmsgTruncLen0.client_skip
4388 def _testCmsgTruncLen0(self):

Callers

nothing calls this directly

Calls 1

checkTruncatedArrayMethod · 0.95

Tested by

no test coverage detected