mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
7 lines
99 B
Python
7 lines
99 B
Python
"""
|
|
Module docstring.
|
|
"""
|
|
|
|
def f():
|
|
"""Function docstring."""
|
|
print('<caret>Hello, World!') |