mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
* Fix problems found in review and add tests * Fix problems with positional substitution resolving, where arguments consist of positional and packed arguments and add tests * Remove doc string check
1 line
45 B
Python
1 line
45 B
Python
print("{foo}".format(**dict({'foo': 'bar'}))) |