Files
openide/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/escaped_after.py
T

2 lines
111 B
Python

print u"\N{LATIN SMALL LETTER B}{0:s}\N{NUMBER SIGN}\
{1:s}\N{LATIN SMALL LETTER B}".format(str1, str2)