Files
openide/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated.py

2 lines
89 B
Python

print('<caret>%(quantity)s pounds of '
'%(type)s' % dict(quantity=42, type='spam'))