mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
2 lines
104 B
Python
2 lines
104 B
Python
'{0.foo.bar:#} {key1.baz} {1.foo!r} {2.foo!r:3.5}'.format(object(), something(), another(), key1='foo')
|