Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickdoc
/
PropNewGetter.py
blob: cb26ae19ca0f63c91e1753de5239968268231bd7 [
file
] [
log
] [
blame
]
class
A
(
object
):
@property
def
x
(
self
):
<
the_doc
>
"Does things to X"
return
1
a
=
A
()
a
.<
the_ref
>
x