mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
2 lines
67 B
Python
2 lines
67 B
Python
async def y(a1, a2):
|
|
for i in range(10): a1.foo(await a1.x(a2)) |