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

Method _testSendtoAndRecv

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

Source from the content-addressed store, hash-verified

3237 self.assertEqual(msg, MSG)
3238
3239 def _testSendtoAndRecv(self):
3240 self.cli.sendto(MSG, 0, (HOST, self.port))
3241
3242 def testRecvFrom(self):
3243 # Testing recvfrom() over UDPLITE

Callers

nothing calls this directly

Calls 1

sendtoMethod · 0.45

Tested by

no test coverage detected