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

1 line
120 B
Python

print("|\077{0:>20s}FOO! {1: 5.3F}%\n|{2:<15s} {3:<10d}-torn-off, {4:+#05d}".format("right-->", 12, "<--left", -10, 20))