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