mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
3 lines
194 B
Python
3 lines
194 B
Python
"{b}".format(**{"a": 1, **{"b":2}})
|
|
"{c}".format(**{**{"b":2}, "a": 1, **{"c":2}})
|
|
<warning descr="Key 'd' has no corresponding argument">"{d}"</warning>.format(**{**{"b":2}, "a": 1, **{"c":2}}) |