scrapy/tests/py36/_test_utils_asyncgen.py

4 lines
62 B
Python

async def async_gen():
for i in range(3):
yield i