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

3 lines
54 B
Python

# coding=utf-8
x = u'привет'
y = u"{}".format(x)