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

Method registerRecvmsgResult

Lib/test/test_socket.py:3958–3959  ·  view source on GitHub ↗
(self, result)

Source from the content-addressed store, hash-verified

3956 self.assertEqual(os.read(fd, 1024), str(n).encode())
3957
3958 def registerRecvmsgResult(self, result):
3959 self.addCleanup(self.closeRecvmsgFDs, result)
3960
3961 def closeRecvmsgFDs(self, recvmsg_result):
3962 # Close all file descriptors specified in the ancillary data

Callers 1

doRecvmsgMethod · 0.45

Calls 1

addCleanupMethod · 0.80

Tested by

no test coverage detected