comparison tests/test_parse_files/test_async_for.py @ 71:2c1e2ce41263

Add ast.AsyncFor.
author Bastien Orivel <eijebong@bananium.fr>
date Mon, 13 Jun 2016 18:02:34 +0200
parents
children
comparison
equal deleted inserted replaced
70:c9b9165abb9e 71:2c1e2ce41263
1 async def a():
2 async for i in range(5):
3 print(i)
4 else:
5 print("he")