mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
12 lines
141 B
Python
12 lines
141 B
Python
|
|
def foo(r<caret>):
|
|
"""
|
|
|
|
:param r: some parameter
|
|
:type r: int
|
|
:return:
|
|
"""
|
|
def a():
|
|
pass
|
|
x = 1
|
|
x = 2 |