mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
5 lines
64 B
Python
5 lines
64 B
Python
def f(a, b, c=1, d=2, e=3):
|
|
pass
|
|
|
|
f(1, 2, <arg1>d=10, <arg2>)
|