mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
6 lines
83 B
Python
6 lines
83 B
Python
def foo(a, b, **c):
|
|
pass
|
|
|
|
foo(<arg1>z=1, <arg2>b=2, <arg3>a=3, <arg4>**{'y':4})
|
|
|