mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
3 lines
171 B
Python
3 lines
171 B
Python
def foo():
|
|
s = <warning descr="Key 'param2' has no corresponding argument">"some text {param1} " \
|
|
"some more text 12 {param2}"</warning>.format(param1="Val1") |