Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android11-mainline-sparse-2020-dec-release
/
.
/
python
/
testData
/
quickdoc
/
InstanceAttr.py
blob: bd8222b7b31dd925138ed1285b52b8d06e5f2794 [
file
] [
log
] [
blame
] [
edit
]
class
C
:
def
__init__
(
self
):
self
.
foo
=
"Foo"
""" The docstring for the attribute foo. """
def
bar
(
self
):
print
self
.<
the_ref
>
foo