mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +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
4 lines
158 B
Python
4 lines
158 B
Python
ref = {"fst": 1, "snd": 2}
|
|
print "first is {fst}, second is {snd}".format(**ref)
|
|
|
|
<warning descr="Too few arguments for format string">"{}"</warning>.format() |