mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
10 lines
100 B
Python
10 lines
100 B
Python
def function(param, param1):
|
|
pass
|
|
|
|
|
|
def result():
|
|
pass
|
|
|
|
|
|
function(result<arg1>(), result())
|