Files
openide/python/testData/completion/percentStringDictWithPackedDictLiteralArg.py

2 lines
82 B
Python

d = {'three': 3, 'one': 1, 'two': 2}
print("Other string %(<caret>)d" % dict(**d))