Searched refs:create_loop (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_base_events.py | 312 def check_in_thread(loop, event, debug, create_loop, fut): argument 317 if create_loop: 332 def test_thread(loop, debug, create_loop=False): argument 336 args = (loop, event, debug, create_loop, fut) 353 test_thread(self.loop, True, create_loop=True) 356 test_thread(self.loop, False, create_loop=True)
|