Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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