mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
10 lines
97 B
Python
10 lines
97 B
Python
@foo
|
|
async def bar():
|
|
await x
|
|
return 0
|
|
|
|
|
|
@baz(x, y)
|
|
async def quux():
|
|
return await x
|