mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Delete targets condition in createCodeFragment and filter duplicates GitOrigin-RevId: 474f3634a06c9cff25bafc94e1651d4fe61fb2a0
7 lines
111 B
Python
7 lines
111 B
Python
def foo(some_var):
|
|
if bar(some_var):
|
|
print('w00t')
|
|
|
|
|
|
def bar(some_var_new):
|
|
return some_var_new |