mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 07:28:24 +07:00
GitOrigin-RevId: 670d6ee44d704c075319af42e3054c7bc9ca7bed
7 lines
61 B
Python
7 lines
61 B
Python
def foo():
|
|
print("foo")
|
|
|
|
|
|
fo<caret>o()
|
|
|
|
__all__ = ["foo"] |