Searched refs:wait_before_exit (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | lock_tests.py | 22 def __init__(self, f, n, wait_before_exit=False): argument 32 self._can_exit = not wait_before_exit
|
/external/python/cpython3/Lib/test/ |
D | lock_tests.py | 23 def __init__(self, f, n, wait_before_exit=False): argument 33 self._can_exit = not wait_before_exit
|
D | _test_multiprocessing.py | 1580 def __init__(self, namespace, f, args, n, wait_before_exit=False): argument 1592 if not wait_before_exit:
|