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

1 line
75 B
Python

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