Searched refs:raise_on_exception (Results 1 – 2 of 2) sorted by relevance
/external/python/mobly/mobly/ |
D | utils.py | 335 def concurrent_exec(func, param_list, max_workers=30, raise_on_exception=False): argument 377 if raise_on_exception and exceptions:
|
/external/python/mobly/tests/mobly/ |
D | utils_test.py | 694 adder, [(1, 1), (2, 2)], raise_on_exception=True 720 raise_on_exception=True, 759 raise_on_exception=True,
|