mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 16:21:49 +07:00
GitOrigin-RevId: 630b63aa4cc8de8fcdb2b6bf92b95275bf6cab9b
6 lines
64 B
Python
6 lines
64 B
Python
"""
|
|
>>> def foo(bar):
|
|
... print(bar)
|
|
>>> fo<caret>
|
|
Hello
|
|
""" |