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