Home
last modified time | relevance | path

Searched defs:asynciter (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py48 async def asynciter(iterable): function
2167 async def test_jump_out_of_async_for_block_forwards(output, asynciter): argument
2176 async def test_jump_out_of_async_for_block_backwards(output, asynciter): argument
Dtest_coroutines.py36 async def asynciter(iterable): function