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