mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +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)) |