mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 21:50:54 +07:00
7 lines
115 B
Python
7 lines
115 B
Python
baz = [1, 2]
|
|
foo = bar(*<selection>(
|
|
el # comment
|
|
if el >= 0
|
|
else -el
|
|
for el in baz
|
|
)</selection>) |