Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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