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

Method registerRecvmsgResult

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

Source from the content-addressed store, hash-verified

3216 return result
3217
3218 def registerRecvmsgResult(self, result):
3219 # Called by doRecvmsg() with the return value of recvmsg() or
3220 # recvmsg_into(). Can be overridden to arrange cleanup based
3221 # on the returned ancillary data, for instance.
3222 pass
3223
3224 def checkRecvmsgAddress(self, addr1, addr2):
3225 # Called to compare the received address with the address of

Callers 1

doRecvmsgMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected