mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
2 lines
138 B
Python
2 lines
138 B
Python
"{foo[bar]}".format(foo=dict(bar=42))
|
|
<warning descr="Too few arguments for format string">"{foo[bar]}"</warning>.format(foo=dict(foo=42)) |