Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
folding
/
docString.py
blob: 05cd8ca5e9c23c51aa4e6022830d271bb0ce0146 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
foo
():<
fold text
=
'...'
>
2
<
fold text
=
'"""This is a docstring...."""'
>
"""
3
This is a docstring.
4
5
It spans several lines.
6
"""
</
fold
>:
7
pass
</
fold
>