mirror of
https://github.com/python/cpython.git
synced 2025-08-06 01:49:02 +00:00
2 lines
56 B
Python
2 lines
56 B
Python
async def foo():
|
|
async def foo(): await something()
|