Home
last modified time | relevance | path

Searched refs:_test_send_parent_process (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
D_test_multiprocessing.py275 p = self.Process(target=self._test_send_parent_process, args=(wconn,))
284 def _test_send_parent_process(cls, wconn): member in _TestProcess