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

1 line
81 B
Python

print("Other string %(<caret>)d" % dict(zip(['one', 'two', 'three'], [1, 2, 3])))