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

Method testFDPassSimple

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

Source from the content-addressed store, hash-verified

4111 self.checkFDs(fds)
4112
4113 def testFDPassSimple(self):
4114 # Pass a single FD (array read from bytes object).
4115 self.checkRecvmsgFDs(1, self.doRecvmsg(self.serv_sock,
4116 len(MSG), 10240))
4117
4118 def _testFDPassSimple(self):
4119 self.assertEqual(

Callers

nothing calls this directly

Calls 2

checkRecvmsgFDsMethod · 0.95
doRecvmsgMethod · 0.45

Tested by

no test coverage detected