Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickdoc
/
InstanceAttr.py
blob: bd8222b7b31dd925138ed1285b52b8d06e5f2794 [
file
] [
log
] [
blame
]
class
C
:
def
__init__
(
self
):
self
.
foo
=
"Foo"
""" The docstring for the attribute foo. """
def
bar
(
self
):
print
self
.<
the_ref
>
foo