mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
1 line
121 B
Python
1 line
121 B
Python
'{0.attr[item]:{foo[item]:5} {bar.attr:{baz} {quux}}}'.format(42, foo=func(), bar=MyClass(1, 2), baz=unused, quux=unused) |