Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
folding
/
docString.py
blob: 05cd8ca5e9c23c51aa4e6022830d271bb0ce0146 [
file
] [
log
] [
blame
]
def
foo
():<
fold text
=
'...'
>
<
fold text
=
'"""This is a docstring...."""'
>
"""
This is a docstring.
It spans several lines.
"""
</
fold
>:
pass
</
fold
>