Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py335 def _test_sys_exit(cls, reason, testfn): member in _TestProcess
348 p = self.Process(target=self._test_sys_exit, args=(reason, testfn))
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py751 def _test_sys_exit(cls, reason, testfn): member in _TestSubclassingProcess
768 p = self.Process(target=self._test_sys_exit, args=(reason, testfn))