mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 19:52:07 +07:00
GitOrigin-RevId: 48b187e19ee36fd274c1670ecc388c661f11f774
9 lines
102 B
Python
9 lines
102 B
Python
from src import foo
|
|
|
|
|
|
res = foo(1, 2)
|
|
|
|
|
|
def bar():
|
|
from src import foo
|
|
res1 = fo<caret>o(1, 2) |