mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
9 lines
98 B
Python
9 lines
98 B
Python
|
|
async def foo():
|
|
async for x in y:
|
|
async with a as b:
|
|
pass
|
|
await z
|
|
|
|
|