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