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

2 lines
74 B
Python

reference = (1, 2)
v = "first is {<ref>}, second is {}".format(*reference)