mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +07:00
5 lines
59 B
Python
5 lines
59 B
Python
def foo(a, b = 345, c = 1):
|
|
pass
|
|
|
|
#PY-3261
|
|
foo(1, c=22) |