mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +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
6 lines
132 B
Python
6 lines
132 B
Python
def f():
|
|
return dict(foo=0)
|
|
|
|
'{foo}'.format(**f())
|
|
|
|
<warning descr="Too few arguments for format string">"{}"</warning>.format() |