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