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

Method test_random_seed_workers

Lib/test/test_regrtest.py:2189–2190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2187 self._check_random_seed(run_workers=False)
2188
2189 def test_random_seed_workers(self):
2190 self._check_random_seed(run_workers=True)
2191
2192 def test_python_command(self):
2193 code = textwrap.dedent(r"""

Callers

nothing calls this directly

Calls 1

_check_random_seedMethod · 0.95

Tested by

no test coverage detected