Sign in
android
/
platform
/
tools
/
idea
/
dabd634b4b52246dc992371eecb7e1e214463cff
/
.
/
python
/
testData
/
intentions
/
PyStringConcatenationToFormatIntentionTest
/
escapingPy3_after.py
blob: 63227807f88af59340d78e84ea129642cece3a31 [
file
] [
log
] [
blame
]
string
=
"string"
some_string
=
"some \\ \" escaping {0}"
.
format
(
string
)