mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
GitOrigin-RevId: 7731555e5a975d41c8ee40b44f8a2c6951a7fa39
7 lines
65 B
Python
7 lines
65 B
Python
"""
|
|
>>> def foo(bar):
|
|
... print(bar)
|
|
|
|
>>> fo<caret>
|
|
Hello
|
|
""" |