mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
6 lines
219 B
Python
6 lines
219 B
Python
value = some_function("long_param1",
|
|
"long_param2",
|
|
"long_param3",
|
|
long_kwarg1="with long value1",
|
|
long_kwarg2="with long value2")
|