mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 06:20:54 +07:00
10 lines
100 B
Python
10 lines
100 B
Python
def function(param, param1):
|
|
pass
|
|
|
|
|
|
def result():
|
|
pass
|
|
|
|
|
|
function(result(<arg1>), result())
|