mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
as it's especially tedious to re-format them each time afterwards and being surrounded with brackets they are safe to be moved to RHS of an assignment. Alternatively, we could leave such inlining only for binary expressions since they can become syntactically illegal when moved out of the context with implicit line joining (PY-2862).
4 lines
81 B
Python
4 lines
81 B
Python
func(param=<selection>('foo',
|
|
'bar',
|
|
'baz')</selection>)
|