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

1 line
74 B
Python

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