mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
close #1490 GitOrigin-RevId: d8948a37c9b1ae8f81e2ab43acc1b318f73a985b
15 lines
179 B
Python
15 lines
179 B
Python
def f1(first_argument,
|
|
second_argument):
|
|
pass
|
|
|
|
|
|
def f2(first_argument, second_argument):
|
|
pass
|
|
|
|
|
|
def f3(
|
|
first_argument,
|
|
second_argument
|
|
):
|
|
pass
|