mirror of
https://github.com/python/cpython.git
synced 2026-07-29 21:25:51 -04:00
3 lines
45 B
Python
3 lines
45 B
Python
async def foo(a=await something()):
|
|
pass
|