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

Method _testSendtoAndRecv

Lib/test/test_socket.py:3105–3106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3103 self.assertEqual(msg, MSG)
3104
3105 def _testSendtoAndRecv(self):
3106 self.cli.sendto(MSG, 0, (HOST, self.port))
3107
3108 def testRecvFrom(self):
3109 # Testing recvfrom() over UDP

Callers

nothing calls this directly

Calls 1

sendtoMethod · 0.45

Tested by

no test coverage detected