MCPcopy Index your code
hub / github.com/RustPython/RustPython / testFDPassSimple

Method testFDPassSimple

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

Source from the content-addressed store, hash-verified

4008 self.checkFDs(fds)
4009
4010 def testFDPassSimple(self):
4011 # Pass a single FD (array read from bytes object).
4012 self.checkRecvmsgFDs(1, self.doRecvmsg(self.serv_sock,
4013 len(MSG), 10240))
4014
4015 def _testFDPassSimple(self):
4016 self.assertEqual(

Callers

nothing calls this directly

Calls 3

checkRecvmsgFDsMethod · 0.95
lenFunction · 0.85
doRecvmsgMethod · 0.45

Tested by

no test coverage detected