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

3 lines
54 B
Python

# coding=utf-8
x = u'привет'
y = "%s" %<caret> x