mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +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) |