mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 13:35:58 +07:00
4 lines
107 B
Python
4 lines
107 B
Python
logging.warn('some_very_{long}_'
|
|
'amount_of_{text}'.format(
|
|
long='long',
|
|
text='text')) |