Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickdoc
/
PropOldGetter.py
blob: 64155c7ad8455010c1d67c3a521da21078ee6e55 [
file
] [
log
] [
blame
]
class
A
(
object
):
def
__getX
(
self
):
"Doc of getter"
return
self
.
__x
x
=
property
(
__getX
)
A
().<
the_ref
>
x