mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
* Move indexed elements resolve from inspection to PySubstitutionChunkReference * Resolve correctly to packed list/tuple inside list/tuple, to packed dict inside dict * Update tests
2 lines
122 B
Python
2 lines
122 B
Python
print("{foo}".format(**dict({'foo': 'bar'})))
|
|
<warning descr="Too few arguments for format string">"{}"</warning>.format() |