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

Method checkRecvmsgAddress

Lib/test/test_socket.py:3327–3330  ·  view source on GitHub ↗
(self, addr1, addr2)

Source from the content-addressed store, hash-verified

3325 pass
3326
3327 def checkRecvmsgAddress(self, addr1, addr2):
3328 # Called to compare the received address with the address of
3329 # the peer.
3330 self.assertEqual(addr1, addr2)
3331
3332 # Flags that are normally unset in msg_flags
3333 msg_flags_common_unset = 0

Callers 15

testRecvmsgMethod · 0.45
testRecvmsgShorterMethod · 0.45
testRecvmsgTruncMethod · 0.45
testRecvmsgPeekMethod · 0.45
testRecvmsgEOFMethod · 0.45
testRecvmsgOverflowMethod · 0.45
testRecvmsgBadArgsMethod · 0.45

Calls 1

assertEqualMethod · 0.45

Tested by

no test coverage detected