Searched defs:trigger_args (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_queue.py | 49 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args): argument 65 trigger_args, expected_exception_class): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_queue.py | 60 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args): argument 75 trigger_args, expected_exception_class): argument
|