Files
openide/python/testData/inspections/PyStringFormatInspection/UnusedMappingNewStyleFormat.py
2017-05-15 14:37:56 +03:00

2 lines
174 B
Python

<warning descr="Key 'name' has no corresponding argument">"{name}"</warning>.format()
<warning descr="Key 'foo' has no corresponding argument">'{foo}'</warning>.format(boo=1)