mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
6 lines
117 B
Python
6 lines
117 B
Python
def f():
|
|
return dict(foo=0)
|
|
|
|
'{foo}'.format(**f())
|
|
|
|
<warning descr="Too few mapping keys">"{}"</warning>.format() |