Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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