Files
openide/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/dictCallReference.py
2016-09-28 14:36:09 +03:00

2 lines
83 B
Python

data = dict(first='Hodor', last='Hodor!')
print('%(first)s %(last)s' <caret>% data)