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

Method checkRecvmsgAddress

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

Source from the content-addressed store, hash-verified

3222 pass
3223
3224 def checkRecvmsgAddress(self, addr1, addr2):
3225 # Called to compare the received address with the address of
3226 # the peer.
3227 self.assertEqual(addr1, addr2)
3228
3229 # Flags that are normally unset in msg_flags
3230 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