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

Method _testCmsgTruncLen0Plus1

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

Source from the content-addressed store, hash-verified

4394
4395 @testCmsgTruncLen0Plus1.client_skip
4396 def _testCmsgTruncLen0Plus1(self):
4397 self.createAndSendFDs(2)
4398
4399 @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931")
4400 def testCmsgTruncLen1(self):

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected