mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
Every expression on top-level inside f-string that could be considered as an assignment expression is actually a format expression. GitOrigin-RevId: a375543c80d549d5c08166f33b401206ab31f8b8
2 lines
23 B
Python
2 lines
23 B
Python
f'{(x:=10)}'
|
|
f'{x:=10}' |