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

1 line
113 B
Python

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