Files
python-uncompyle6/test/simple_source/bug35/03_async_await.py
2017-01-07 21:36:37 -05:00

4 lines
63 B
Python

# Python 3.5+ async and await
async def foo():
await bar()