mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
3 lines
29 B
Python
3 lines
29 B
Python
def f(g):
|
|
yield from g()
|