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

Method registerRecvmsgResult

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

Source from the content-addressed store, hash-verified

3319 return result
3320
3321 def registerRecvmsgResult(self, result):
3322 # Called by doRecvmsg() with the return value of recvmsg() or
3323 # recvmsg_into(). Can be overridden to arrange cleanup based
3324 # on the returned ancillary data, for instance.
3325 pass
3326
3327 def checkRecvmsgAddress(self, addr1, addr2):
3328 # 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