Files
openide/python/testData/resolve/FormatStringWithPackedDictAsArgument.py

1 line
77 B
Python

v = "first is {<ref>fst}, second is {snd}".format(**{"fst": "f", "snd": "s"})