Files
openide/python/testData/formatter/indentInNestedCall_after.py
T

4 lines
133 B
Python

logging.warn('some_very_{long}_'
'amount_of_{text}'.format(
long='long',
text='text'))