Files
python-uncompyle6/test/simple_source/bug35/02_async_for.py
2017-04-20 12:39:15 -04:00

4 lines
54 B
Python

async def a(b, c):
async for b in c:
pass