mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
5 lines
94 B
Python
5 lines
94 B
Python
def foo(a, b, *c, **d):
|
|
pass
|
|
|
|
foo(<arg1>1, <arg2>2, <arg3>3, <arg4>4, <arg5>x=1, <arg6>y=2)
|