mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
14 lines
116 B
Python
14 lines
116 B
Python
|
|
def foo(a, b):
|
|
"""
|
|
<caret>
|
|
:param a:
|
|
:param b:
|
|
:return:
|
|
"""
|
|
pass
|
|
|
|
def foo1():
|
|
"""
|
|
:return :
|
|
""" |