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

Method testCmsgTruncLen0

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

Source from the content-addressed store, hash-verified

4279
4280 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4281 def testCmsgTruncLen0(self):
4282 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0), maxdata=0)
4283
4284 @testCmsgTruncLen0.client_skip
4285 def _testCmsgTruncLen0(self):

Callers

nothing calls this directly

Calls 1

checkTruncatedArrayMethod · 0.95

Tested by

no test coverage detected