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

Method _testCmsgTrunc2Int

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

Source from the content-addressed store, hash-verified

4341
4342 @testCmsgTrunc2Int.client_skip
4343 def _testCmsgTrunc2Int(self):
4344 self.createAndSendFDs(1)
4345
4346 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4347 def testCmsgTruncLen0Minus1(self):

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected