Files
codeql/python/ql/test/3/extractor-tests/async3.5/test.py
Taus 8ec414d454 Python: Add copy of internal Python 3 tests
Again, mostly extractor tests, and a single library test.
2024-04-15 12:30:01 +00:00

9 lines
98 B
Python

async def foo():
async for x in y:
async with a as b:
pass
await z