mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +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)
|