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

Method _testFDPassCMSG_SPACE

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

Source from the content-addressed store, hash-verified

4141
4142 @testFDPassCMSG_SPACE.client_skip
4143 def _testFDPassCMSG_SPACE(self):
4144 self.createAndSendFDs(4)
4145
4146 def testFDPassCMSG_LEN(self):
4147 # Test using CMSG_LEN() to calculate ancillary buffer size.

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected