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

Method test_wait_slow

Lib/test/_test_multiprocessing.py:5321–5322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5319 self.assertEqual(b''.join(v), expected)
5320
5321 def test_wait_slow(self):
5322 self.test_wait(True)
5323
5324 def test_wait_socket_slow(self):
5325 self.test_wait_socket(True)

Callers

nothing calls this directly

Calls 1

test_waitMethod · 0.95

Tested by

no test coverage detected