Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickdoc
/
Indented.py
blob: a04cfbf9dfaae9ab808946641d41b0e0c05137a6 [
file
] [
log
] [
blame
]
# directly in function
def
foo
():
"""<the_doc>Doc of foo.
It has two lines."""
pass
<
the_ref
>
foo