mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 13:48:49 +07:00
GitOrigin-RevId: caf60bd52a1872a2eb53f3617a6ffb51b195ff33
3 lines
74 B
Python
3 lines
74 B
Python
def foo(someParam1, someParam2):
|
|
print(someParam1)
|
|
print(someP<caret>) |