mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 20:20:56 +07:00
Delete targets condition in createCodeFragment and filter duplicates GitOrigin-RevId: 474f3634a06c9cff25bafc94e1651d4fe61fb2a0
5 lines
108 B
Python
5 lines
108 B
Python
def foo(some_var):
|
|
if <selection>some_var</selection>:
|
|
print('w00t')
|
|
else:
|
|
print(42) |