mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
2 lines
56 B
Python
2 lines
56 B
Python
async def foo():
|
|
async def foo(): await something()
|