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

Method _testSelect

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

Source from the content-addressed store, hash-verified

2647 self.assertEqual(self.data, data)
2648
2649 def _testSelect(self):
2650 self.data = b'select'
2651 self.cli.sendto(self.data, 0, (HOST, self.port))
2652
2653@unittest.skipUnless(HAVE_SOCKET_QIPCRTR,
2654 'QIPCRTR sockets required for this test.')

Callers

nothing calls this directly

Calls 1

sendtoMethod · 0.45

Tested by

no test coverage detected