mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +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
46 B
Python
1 line
46 B
Python
print("pos: {} {<ref>} {}".format(1, *[2, 3])) |