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

Method _testSendtoAndRecv

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

Source from the content-addressed store, hash-verified

3206 self.assertEqual(msg, MSG)
3207
3208 def _testSendtoAndRecv(self):
3209 self.cli.sendto(MSG, 0, (HOST, self.port))
3210
3211 def testRecvFrom(self):
3212 # Testing recvfrom() over UDP

Callers

nothing calls this directly

Calls 1

sendtoMethod · 0.45

Tested by

no test coverage detected