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