Files
openide/python/testData/inspections/PyStringFormatInspection/NewStyleDictLiteralExprInsideDictCall.py
T

2 lines
107 B
Python

print("{foo}".format(**dict({'foo': 'bar'})))
<warning descr="Too few mapping keys">"{}"</warning>.format()