Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
quickdoc
/
Indented.py
blob: a04cfbf9dfaae9ab808946641d41b0e0c05137a6 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
# directly in function
2
def
foo
():
3
"""<the_doc>Doc of foo.
4
It has two lines."""
5
pass
6
7
<
the_ref
>
foo