Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
ConvertSingleQuotedDocstringEscape.py
blob: 9d28bfcd98f986684a8f0e54773d87a155eb18e1 [
file
] [
log
] [
blame
]
def
foo
():
<
weak_warning descr
=
"Triple double-quoted strings should be used for docstrings."
><
caret
>
'</weak_warning>bla "blub"<weak_warning descr="Triple double-quoted strings should be used for docstrings.">'
</
weak_warning
>
pass