mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 04:44:53 +07:00
GitOrigin-RevId: d7de37f5a7b3b62cc6015e2ff3dbdad5cafe3641
9 lines
93 B
Python
9 lines
93 B
Python
def foo():
|
|
"""
|
|
This is a docstring.
|
|
:return: None
|
|
"""
|
|
pass
|
|
|
|
|
|
fo<caret>o() |