mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 22:16:16 +07:00
10 lines
77 B
Python
10 lines
77 B
Python
|
|
def foo(r):
|
|
"""
|
|
|
|
:param r:
|
|
:return:
|
|
"""
|
|
|
|
x = 1
|
|
x = 2 |