Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
quickdoc
/
CallFunc.py
blob: 3c85dd50f8e45affc740e323da05bebcde69c015 [
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
pass
5
6
<
the_ref
>
foo
()