Searched refs:block_func (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_queue.py | 49 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args): argument 52 self.result = block_func(*block_args) 56 block_func) 64 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, argument 70 block_func(*block_args)
|
/external/python/cpython3/Lib/test/ |
D | test_queue.py | 60 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args): argument 64 self.result = block_func(*block_args) 68 block_func) 74 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, argument 80 block_func(*block_args)
|