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

Method _testSelect

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

Source from the content-addressed store, hash-verified

2543 self.assertEqual(self.data, data)
2544
2545 def _testSelect(self):
2546 self.data = b'select'
2547 self.cli.sendto(self.data, 0, (HOST, self.port))
2548
2549@unittest.skipUnless(HAVE_SOCKET_QIPCRTR,
2550 'QIPCRTR sockets required for this test.')

Callers

nothing calls this directly

Calls 1

sendtoMethod · 0.45

Tested by

no test coverage detected