Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
formatter
/
indentInNestedCall_after.py
blob: 58c0c164122c9b0454f733c396cc08890b6d315e [
file
] [
log
] [
blame
]
logging
.
warn
(
'some_very_{long}_'
'amount_of_{text}'
.
format
(
long
=
'long'
,
text
=
'text'
))