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

Method _testFDPassCMSG_LEN

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

Source from the content-addressed store, hash-verified

4154 ignoreflags=socket.MSG_CTRUNC)
4155
4156 def _testFDPassCMSG_LEN(self):
4157 self.createAndSendFDs(1)
4158
4159 @unittest.skipIf(is_apple, "skipping, see issue #12958")
4160 @unittest.skipIf(SOLARIS, "skipping, see gh-91214")

Callers

nothing calls this directly

Calls 1

createAndSendFDsMethod · 0.95

Tested by

no test coverage detected