Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickdoc
/
Method.py
blob: 435b364539b57a8153387b09ae72aa07b981111b [
file
] [
log
] [
blame
]
# just method
class
Foo
:
@deco
def
meth
(
self
):
"""<the_doc>
Doc of meth.
"""
f
=
Foo
()
f
.<
the_ref
>
meth