mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
6 lines
87 B
Python
6 lines
87 B
Python
def foo(a, b, **c):
|
|
pass
|
|
|
|
foo(<arg1>1, <arg2>2, <arg3>x=3, <arg4>**{'y':4}, <arg5>)
|
|
|